Shades of Light Sea Green #23AFA5
Tints of Light Sea Green #23AFA5
RGB
CMYK
RGB Variations
Color information
#23AFA5 (or 0x23AFA5) is known color: Light Sea Green. HEX triplet: 23, AF and A5. RGB value is (35,175,165). Sum of RGB (Red+Green+Blue) = 35+175+165=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #23AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AFA5 is #DC505A. Grayscale: #838383. Windows color (decimal): -14438491 or 10858275. OLE color: 10858275.
HSL color Cylindrical-coordinate representation of color #23AFA5: hue angle of 175.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AFA5 is Cyan = 0.8, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 165 | - |
| CMYK | 0.8 | 0 | 0.06 | 0.31 |
| HSL | 175.71º | 0.67% | 0.41% | - |
| HSV(B) | 175.71º | 0.8% | 0.69% | - |
| XYZ | 22.81 | 33.73 | 40.91 | - |
| YUV | 132 | 146.62 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 165 | 0.8 | 0 | 0.06 | 0.31 | 175.71 | 0.67 | 0.41 |
| Hex | 23 | AF | A5 | 50 | 0 | 6 | 1F | B0 | 43 | 29 |
| Octal | 43 | 257 | 245 | 120 | 0 | 6 | 37 | 260 | 103 | 51 |
| Binary | 100011 | 10101111 | 10100101 | 1010000 | 0 | 110 | 11111 | 10110000 | 1000011 | 101001 |
Color Harmonies of #23AFA5
Complementary color
Monochromatic Colors of #23AFA5
Black with #23AFA5
Text Example
Text Example
White with #23AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AFA5; }
p { color: rgb(35,175,165); }
H1.HeaderClassName
{
color: #23AFA5;
}
.AnyTagClassName
{
color: #23AFA5;
}
</style>
background-color css
<style>
a { background-color: #23AFA5; }
a { background-color: rgb(35,175,165); }
div.DivClassName
{
background-color: #23AFA5;
}
.BgClassName
{
background-color: #23AFA5;
}
</style>
border-color css
<style>
span { border-color: #23AFA5; }
span { border-color: rgb(35,175,165); }
td.TdClassName
{
border-color: #23AFA5;
}
.TagClassName
{
border-color: #23AFA5;
}
</style>