#23C4BD

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

Shades of Light Sea Green #23C4BD

Tints of Light Sea Green #23C4BD

Color information

#23C4BD (or 0x23C4BD) is unknown color: approx Light Sea Green. HEX triplet: 23, C4 and BD. RGB value is (35,196,189). Sum of RGB (Red+Green+Blue) = 35+196+189=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #23C4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C4BD is #DC3B42. Grayscale: #929292. Windows color (decimal): -14433091 or 12436515. OLE color: 12436515.

HSL color Cylindrical-coordinate representation of color #23C4BD: hue angle of 177.39º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C4BD is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB35196189-
CMYK0.8200.040.23
HSL177.39º69.7%45.29%-
HSV(B)177.39º82.14%76.86%-
XYZ29.6243.5154.98-
YUV147.06151.6648.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.33%
GREEN value IS 196 (76.95% from 255) = 46.67%
BLUE value IS 189 (74.22% from 255) = 45%
R=8.33%
G=46.67%
B=45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351961890.8200.040.23177.3969.745.29
Hex23C4BD520417b1462d
Octal43304275122042726110655
Binary10001111000100101111011010010010010111101100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,196,189); }

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

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

 a { background-color: rgb(35,196,189); }

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

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

 span { border-color: rgb(35,196,189); }

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