#23BDC6

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

Shades of Light Sea Green #23BDC6

Tints of Light Sea Green #23BDC6

Color information

#23BDC6 (or 0x23BDC6) is unknown color: approx Light Sea Green. HEX triplet: 23, BD and C6. RGB value is (35,189,198). Sum of RGB (Red+Green+Blue) = 35+189+198=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #23BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDC6 is #DC4239. Grayscale: #8F8F8F. Windows color (decimal): -14434874 or 13024547. OLE color: 13024547.

HSL color Cylindrical-coordinate representation of color #23BDC6: hue angle of 183.31º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BDC6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35189198-
CMYK0.820.0500.22
HSL183.31º69.96%45.69%-
HSV(B)183.31º82.32%77.65%-
XYZ29.0840.8359.77-
YUV143.98158.4850.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.29%
GREEN value IS 189 (74.22% from 255) = 44.79%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=8.29%
G=44.79%
B=46.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351891980.820.0500.22183.3169.9645.69
Hex23BDC6525016b7462e
Octal43275306122502626710656
Binary10001110111101110001101010010101010110101101111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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