#24BAA5

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

Shades of Light Sea Green #24BAA5

Tints of Light Sea Green #24BAA5

Color information

#24BAA5 (or 0x24BAA5) is unknown color: approx Light Sea Green. HEX triplet: 24, BA and A5. RGB value is (36,186,165). Sum of RGB (Red+Green+Blue) = 36+186+165=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BAA5 is #DB455A. Grayscale: #8A8A8A. Windows color (decimal): -14370139 or 10861092. OLE color: 10861092.

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

Color convert

RGB36186165-
CMYK0.8100.110.27
HSL171.6º67.57%43.53%-
HSV(B)171.6º80.65%72.94%-
XYZ25.0838.2141.65-
YUV138.76142.854.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.30%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=9.30%
G=48.06%
B=42.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361861650.8100.110.27171.667.5743.53
Hex24BAA5510B1Bac442c
Octal442722451210133325410454
Binary100100101110101010010110100010101111011101011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,186,165); }

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

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

 a { background-color: rgb(36,186,165); }

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

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

 span { border-color: rgb(36,186,165); }

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