#23CDB0

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

Shades of Light Sea Green #23CDB0

Tints of Light Sea Green #23CDB0

Color information

#23CDB0 (or 0x23CDB0) is unknown color: approx Light Sea Green. HEX triplet: 23, CD and B0. RGB value is (35,205,176). Sum of RGB (Red+Green+Blue) = 35+205+176=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #23CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CDB0 is #DC324F. Grayscale: #969696. Windows color (decimal): -14430800 or 11586851. OLE color: 11586851.

HSL color Cylindrical-coordinate representation of color #23CDB0: hue angle of 169.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CDB0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB35205176-
CMYK0.8300.140.20
HSL169.76º70.83%47.06%-
HSV(B)169.76º82.93%80.39%-
XYZ30.3647.1548.58-
YUV150.86142.1845.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.41%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 176 (69.14% from 255) = 42.31%
R=8.41%
G=49.28%
B=42.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal352051760.8300.140.20169.7670.8347.06
Hex23CDB0530E14aa472f
Octal433152601230162425210757
Binary100011110011011011000010100110111010100101010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,205,176); }

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

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

 a { background-color: rgb(35,205,176); }

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

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

 span { border-color: rgb(35,205,176); }

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