#23BDAF

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

Shades of Light Sea Green #23BDAF

Tints of Light Sea Green #23BDAF

Color information

#23BDAF (or 0x23BDAF) is unknown color: approx Light Sea Green. HEX triplet: 23, BD and AF. RGB value is (35,189,175). Sum of RGB (Red+Green+Blue) = 35+189+175=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #23BDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BDAF is #DC4250. Grayscale: #8D8D8D. Windows color (decimal): -14434897 or 11517219. OLE color: 11517219.

HSL color Cylindrical-coordinate representation of color #23BDAF: hue angle of 174.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BDAF is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB35189175-
CMYK0.8100.070.26
HSL174.55º68.75%43.92%-
HSV(B)174.55º81.48%74.12%-
XYZ26.6339.8546.85-
YUV141.36146.9852.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.77%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=8.77%
G=47.37%
B=43.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351891750.8100.070.26174.5568.7543.92
Hex23BDAF51071Aaf452c
Octal43275257121073225710554
Binary10001110111101101011111010001011111010101011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23BDAF; }

 p { color: rgb(35,189,175); }

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

<style>
 a { background-color: #23BDAF; }

 a { background-color: rgb(35,189,175); }

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

<style>
 span { border-color: #23BDAF; }

 span { border-color: rgb(35,189,175); }

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