#23BCC4

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

Shades of Light Sea Green #23BCC4

Tints of Light Sea Green #23BCC4

Color information

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

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

Color convert

RGB35188196-
CMYK0.820.0400.23
HSL182.98º69.7%45.29%-
HSV(B)182.98º82.14%76.86%-
XYZ28.6440.3158.5-
YUV143.16157.8150.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351881960.820.0400.23182.9869.745.29
Hex23BCC4524017b7462d
Octal43274304122402726710655
Binary10001110111100110001001010010100010111101101111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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