#24BCB1

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

Shades of Light Sea Green #24BCB1

Tints of Light Sea Green #24BCB1

Color information

#24BCB1 (or 0x24BCB1) is unknown color: approx Light Sea Green. HEX triplet: 24, BC and B1. RGB value is (36,188,177). Sum of RGB (Red+Green+Blue) = 36+188+177=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BCB1 is #DB434E. Grayscale: #8D8D8D. Windows color (decimal): -14369615 or 11648036. OLE color: 11648036.

HSL color Cylindrical-coordinate representation of color #24BCB1: hue angle of 175.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BCB1 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB36188177-
CMYK0.8100.060.26
HSL175.66º67.86%43.92%-
HSV(B)175.66º80.85%73.73%-
XYZ26.6539.5247.82-
YUV141.3148.1452.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.98%
GREEN value IS 188 (73.83% from 255) = 46.88%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=8.98%
G=46.88%
B=44.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361881770.8100.060.26175.6667.8643.92
Hex24BCB151061Ab0442c
Octal44274261121063226010454
Binary10010010111100101100011010001011011010101100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24BCB1; }

 p { color: rgb(36,188,177); }

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

<style>
 a { background-color: #24BCB1; }

 a { background-color: rgb(36,188,177); }

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

<style>
 span { border-color: #24BCB1; }

 span { border-color: rgb(36,188,177); }

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