#27ACA6

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

Shades of Light Sea Green #27ACA6

Tints of Light Sea Green #27ACA6

Color information

#27ACA6 (or 0x27ACA6) is unknown color: approx Light Sea Green. HEX triplet: 27, AC and A6. RGB value is (39,172,166). Sum of RGB (Red+Green+Blue) = 39+172+166=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #27ACA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ACA6 is #D85359. Grayscale: #838383. Windows color (decimal): -14177114 or 10923047. OLE color: 10923047.

HSL color Cylindrical-coordinate representation of color #27ACA6: hue angle of 177.29º 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 #27ACA6 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB39172166-
CMYK0.7700.030.33
HSL177.29º63.03%41.37%-
HSV(B)177.29º77.33%67.45%-
XYZ22.4732.6941.2-
YUV131.55147.4461.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.34%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=10.34%
G=45.62%
B=44.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391721660.7700.030.33177.2963.0341.37
Hex27ACA64D0321b13f29
Octal4725424611503412617751
Binary1001111010110010100110100110101110000110110001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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