#23C2B2

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

Shades of Light Sea Green #23C2B2

Tints of Light Sea Green #23C2B2

Color information

#23C2B2 (or 0x23C2B2) is unknown color: approx Light Sea Green. HEX triplet: 23, C2 and B2. RGB value is (35,194,178). Sum of RGB (Red+Green+Blue) = 35+194+178=407 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.60% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C2B2 is #DC3D4D. Grayscale: #909090. Windows color (decimal): -14433614 or 11715107. OLE color: 11715107.

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

Color convert

RGB35194178-
CMYK0.8200.080.24
HSL173.96º69.43%44.9%-
HSV(B)173.96º81.96%76.08%-
XYZ28.0242.1648.78-
YUV144.64146.8249.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.60%
GREEN value IS 194 (76.17% from 255) = 47.67%
BLUE value IS 178 (69.92% from 255) = 43.73%
R=8.60%
G=47.67%
B=43.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal351941780.8200.080.24173.9669.4344.9
Hex23C2B2520818ae452d
Octal433022621220103025610555
Binary100011110000101011001010100100100011000101011101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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