#27AC9C

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

Shades of Light Sea Green #27AC9C

Tints of Light Sea Green #27AC9C

Color information

#27AC9C (or 0x27AC9C) is unknown color: approx Light Sea Green. HEX triplet: 27, AC and 9C. RGB value is (39,172,156). Sum of RGB (Red+Green+Blue) = 39+172+156=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #27AC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AC9C is #D85363. Grayscale: #828282. Windows color (decimal): -14177124 or 10267687. OLE color: 10267687.

HSL color Cylindrical-coordinate representation of color #27AC9C: hue angle of 172.78º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AC9C is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB39172156-
CMYK0.7700.090.33
HSL172.78º63.03%41.37%-
HSV(B)172.78º77.33%67.45%-
XYZ21.5932.3436.56-
YUV130.41142.4462.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.63%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=10.63%
G=46.87%
B=42.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391721560.7700.090.33172.7863.0341.37
Hex27AC9C4D0921ad3f29
Octal47254234115011412557751
Binary100111101011001001110010011010100110000110101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,172,156); }

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

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

 a { background-color: rgb(39,172,156); }

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

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

 span { border-color: rgb(39,172,156); }

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