#27ACAF

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

Shades of Light Sea Green #27ACAF

Tints of Light Sea Green #27ACAF

Color information

#27ACAF (or 0x27ACAF) is unknown color: approx Light Sea Green. HEX triplet: 27, AC and AF. RGB value is (39,172,175). Sum of RGB (Red+Green+Blue) = 39+172+175=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #27ACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ACAF is #D85350. Grayscale: #848484. Windows color (decimal): -14177105 or 11512871. OLE color: 11512871.

HSL color Cylindrical-coordinate representation of color #27ACAF: hue angle of 181.32º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27ACAF is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39172175-
CMYK0.780.0200.31
HSL181.32º63.55%41.96%-
HSV(B)181.32º77.71%68.63%-
XYZ23.3333.0345.7-
YUV132.57151.9461.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.10%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=10.10%
G=44.56%
B=45.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391721750.780.0200.31181.3263.5541.96
Hex27ACAF4E201Fb5402a
Octal47254257116203726510052
Binary1001111010110010101111100111010011111101101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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