#24B0BE

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

Shades of Light Sea Green #24B0BE

Tints of Light Sea Green #24B0BE

Color information

#24B0BE (or 0x24B0BE) is unknown color: approx Light Sea Green. HEX triplet: 24, B0 and BE. RGB value is (36,176,190). Sum of RGB (Red+Green+Blue) = 36+176+190=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #24B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0BE is #DB4F41. Grayscale: #878787. Windows color (decimal): -14372674 or 12496932. OLE color: 12496932.

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

Color convert

RGB36176190-
CMYK0.810.0700.25
HSL185.45º68.14%44.31%-
HSV(B)185.45º81.05%74.51%-
XYZ25.5535.1454.15-
YUV135.74158.6256.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.96%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=8.96%
G=43.78%
B=47.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361761900.810.0700.25185.4568.1444.31
Hex24B0BE517019b9442c
Octal44260276121703127110454
Binary10010010110000101111101010001111011001101110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,176,190); }

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

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

 a { background-color: rgb(36,176,190); }

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

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

 span { border-color: rgb(36,176,190); }

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