#27C4BB

Color #27C4BB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #27C4BB

Tints of Light Sea Green #27C4BB

Color information

#27C4BB (or 0x27C4BB) is unknown color: approx Light Sea Green. HEX triplet: 27, C4 and BB. RGB value is (39,196,187). Sum of RGB (Red+Green+Blue) = 39+196+187=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #27C4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C4BB is #D83B44. Grayscale: #939393. Windows color (decimal): -14170949 or 12305447. OLE color: 12305447.

HSL color Cylindrical-coordinate representation of color #27C4BB: hue angle of 176.56º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C4BB is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB39196187-
CMYK0.8000.050.23
HSL176.56º66.81%46.08%-
HSV(B)176.56º80.1%76.86%-
XYZ29.5543.553.85-
YUV148.03149.9950.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 9.24%
GREEN value IS 196 (76.95% from 255) = 46.45%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=9.24%
G=46.45%
B=44.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal391961870.8000.050.23176.5666.8146.08
Hex27C4BB500517b1432e
Octal47304273120052726110356
Binary10011111000100101110111010000010110111101100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27C4BB; }

 p { color: rgb(39,196,187); }

 H1.HeaderClassName
 {
   color: #27C4BB;
 }
 .AnyTagClassName
 {
   color: #27C4BB;
 }
</style>
background-color css

<style>
 a { background-color: #27C4BB; }

 a { background-color: rgb(39,196,187); }

 div.DivClassName
 {
   background-color: #27C4BB;
 }
 .BgClassName
 {
   background-color: #27C4BB;
 }
</style>
border-color css

<style>
 span { border-color: #27C4BB; }

 span { border-color: rgb(39,196,187); }

 td.TdClassName
 {
   border-color: #27C4BB;
 }
 .TagClassName
 {
   border-color: #27C4BB;
 }
</style>