Shades of Light Sea Green #27AFAE
Tints of Light Sea Green #27AFAE
RGB
CMYK
RGB Variations
Color information
#27AFAE (or 0x27AFAE) is known color: Light Sea Green. HEX triplet: 27, AF and AE. RGB value is (39,175,174). Sum of RGB (Red+Green+Blue) = 39+175+174=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #27AFAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AFAE is #D85051. Grayscale: #868686. Windows color (decimal): -14176338 or 11448103. OLE color: 11448103.
HSL color Cylindrical-coordinate representation of color #27AFAE: hue angle of 179.56º 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 #27AFAE is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 175 | 174 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.31 |
| HSL | 179.56º | 0.64% | 0.42% | - |
| HSV(B) | 179.56º | 0.78% | 0.69% | - |
| XYZ | 23.81 | 34.15 | 45.38 | - |
| YUV | 134.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 175 | 174 | 0.78 | 0 | 0.01 | 0.31 | 179.56 | 0.64 | 0.42 |
| Hex | 27 | AF | AE | 4E | 0 | 1 | 1F | B4 | 40 | 2A |
| Octal | 47 | 257 | 256 | 116 | 0 | 1 | 37 | 264 | 100 | 52 |
| Binary | 100111 | 10101111 | 10101110 | 1001110 | 0 | 1 | 11111 | 10110100 | 1000000 | 101010 |
Color Harmonies of #27AFAE
Complementary color
Monochromatic Colors of #27AFAE
Black with #27AFAE
Text Example
Text Example
White with #27AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AFAE; }
p { color: rgb(39,175,174); }
H1.HeaderClassName
{
color: #27AFAE;
}
.AnyTagClassName
{
color: #27AFAE;
}
</style>
background-color css
<style>
a { background-color: #27AFAE; }
a { background-color: rgb(39,175,174); }
div.DivClassName
{
background-color: #27AFAE;
}
.BgClassName
{
background-color: #27AFAE;
}
</style>
border-color css
<style>
span { border-color: #27AFAE; }
span { border-color: rgb(39,175,174); }
td.TdClassName
{
border-color: #27AFAE;
}
.TagClassName
{
border-color: #27AFAE;
}
</style>