#23C0BF

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

Shades of Light Sea Green #23C0BF

Tints of Light Sea Green #23C0BF

Color information

#23C0BF (or 0x23C0BF) is unknown color: approx Light Sea Green. HEX triplet: 23, C0 and BF. RGB value is (35,192,191). Sum of RGB (Red+Green+Blue) = 35+192+191=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #23C0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C0BF is #DC3F40. Grayscale: #909090. Windows color (decimal): -14434113 or 12566563. OLE color: 12566563.

HSL color Cylindrical-coordinate representation of color #23C0BF: hue angle of 179.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C0BF is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB35192191-
CMYK0.8200.010.25
HSL179.62º69.16%44.51%-
HSV(B)179.62º81.77%75.29%-
XYZ28.9541.8255.84-
YUV144.94153.9949.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.37%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 191 (75% from 255) = 45.69%
R=8.37%
G=45.93%
B=45.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351921910.8200.010.25179.6269.1644.51
Hex23C0BF520119b4452d
Octal43300277122013126410555
Binary100011110000001011111110100100111001101101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,192,191); }

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

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

 a { background-color: rgb(35,192,191); }

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

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

 span { border-color: rgb(35,192,191); }

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