#27ACB4

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

Shades of Light Sea Green #27ACB4

Tints of Light Sea Green #27ACB4

Color information

#27ACB4 (or 0x27ACB4) is unknown color: approx Light Sea Green. HEX triplet: 27, AC and B4. RGB value is (39,172,180). Sum of RGB (Red+Green+Blue) = 39+172+180=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #27ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ACB4 is #D8534B. Grayscale: #848484. Windows color (decimal): -14177100 or 11840551. OLE color: 11840551.

HSL color Cylindrical-coordinate representation of color #27ACB4: hue angle of 183.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27ACB4 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39172180-
CMYK0.780.0400.29
HSL183.4º64.38%42.94%-
HSV(B)183.4º78.33%70.59%-
XYZ23.8333.2348.34-
YUV133.15154.4460.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.97%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=9.97%
G=43.99%
B=46.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391721800.780.0400.29183.464.3842.94
Hex27ACB44E401Db7402b
Octal47254264116403526710053
Binary10011110101100101101001001110100011101101101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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