#23b5c6

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

Shades of Light Sea Green #23B5C6

Tints of Light Sea Green #23B5C6

Color information

#23B5C6 (or 0x23B5C6) is unknown color: approx Light Sea Green. HEX triplet: 23, B5 and C6. RGB value is (35,181,198). Sum of RGB (Red+Green+Blue) = 35+181+198=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #23B5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B5C6 is #DC4A39. Grayscale: #8B8B8B. Windows color (decimal): -14436922 or 13022499. OLE color: 13022499.

HSL color Cylindrical-coordinate representation of color #23B5C6: hue angle of 186.26º 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 #23B5C6 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35181198-
CMYK0.820.0900.22
HSL186.26º69.96%45.69%-
HSV(B)186.26º82.32%77.65%-
XYZ27.4137.4859.22-
YUV139.28161.1353.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.45%
GREEN value IS 181 (71.09% from 255) = 43.72%
BLUE value IS 198 (77.73% from 255) = 47.83%
R=8.45%
G=43.72%
B=47.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351811980.820.0900.22186.2669.9645.69
Hex23B5C6529016ba462e
Octal432653061221102627210656
Binary100011101101011100011010100101001010110101110101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23b5c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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