#23B2C0

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

Shades of Light Sea Green #23B2C0

Tints of Light Sea Green #23B2C0

Color information

#23B2C0 (or 0x23B2C0) is unknown color: approx Light Sea Green. HEX triplet: 23, B2 and C0. RGB value is (35,178,192). Sum of RGB (Red+Green+Blue) = 35+178+192=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #23B2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B2C0 is #DC4D3F. Grayscale: #888888. Windows color (decimal): -14437696 or 12628515. OLE color: 12628515.

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

Color convert

RGB35178192-
CMYK0.820.0700.25
HSL185.35º69.16%44.51%-
HSV(B)185.35º81.77%75.29%-
XYZ26.133655.44-
YUV136.84159.1255.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.64%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=8.64%
G=43.95%
B=47.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351781920.820.0700.25185.3569.1644.51
Hex23B2C0527019b9452d
Octal43262300122703127110555
Binary10001110110010110000001010010111011001101110011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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