#27ACAB

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

Shades of Light Sea Green #27ACAB

Tints of Light Sea Green #27ACAB

Color information

#27ACAB (or 0x27ACAB) is unknown color: approx Light Sea Green. HEX triplet: 27, AC and AB. RGB value is (39,172,171). Sum of RGB (Red+Green+Blue) = 39+172+171=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #27ACAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ACAB is #D85354. Grayscale: #838383. Windows color (decimal): -14177109 or 11250727. OLE color: 11250727.

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

Color convert

RGB39172171-
CMYK0.7700.010.33
HSL179.55º63.03%41.37%-
HSV(B)179.55º77.33%67.45%-
XYZ22.9432.8843.66-
YUV132.12149.9461.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.21%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=10.21%
G=45.03%
B=44.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391721710.7700.010.33179.5563.0341.37
Hex27ACAB4D0121b43f29
Octal4725425311501412647751
Binary100111101011001010101110011010110000110110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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