#23C4BC

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

Shades of Light Sea Green #23C4BC

Tints of Light Sea Green #23C4BC

Color information

#23C4BC (or 0x23C4BC) is unknown color: approx Light Sea Green. HEX triplet: 23, C4 and BC. RGB value is (35,196,188). Sum of RGB (Red+Green+Blue) = 35+196+188=419 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.35% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #23C4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C4BC is #DC3B43. Grayscale: #929292. Windows color (decimal): -14433092 or 12370979. OLE color: 12370979.

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

Color convert

RGB35196188-
CMYK0.8200.040.23
HSL177.02º69.7%45.29%-
HSV(B)177.02º82.14%76.86%-
XYZ29.5143.4754.41-
YUV146.95151.1648.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.35%
GREEN value IS 196 (76.95% from 255) = 46.78%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=8.35%
G=46.78%
B=44.87%

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
Decimal351961880.8200.040.23177.0269.745.29
Hex23C4BC520417b1462d
Octal43304274122042726110655
Binary10001111000100101111001010010010010111101100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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