Html Css Color HEX #24B0A5 Light Sea Green

📋 copy color: '#24B0A5'

red 36 ◦ green 176 ◦ blue 165

#24B0A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #24B0A5

Tints of Light Sea Green #24B0A5

RGB

 RED value IS 36 (14.45% from 255) = 9.55%

 GREEN value IS 176 (69.14% from 255) = 46.68%

 BLUE value IS 165 (64.84% from 255) = 43.77%

R = 9.55%
G = 46.68%
B = 43.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#24B0A5 (or 0x24B0A5) is known color: Light Sea Green. HEX triplet: 24, B0 and A5. RGB value is (36,176,165). Sum of RGB (Red+Green+Blue) = 36+176+165=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #24B0A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24B0A5 is #DB4F5A. Grayscale: #848484. Windows color (decimal): -14372699 or 10858532. OLE color: 10858532.

HSL color Cylindrical-coordinate representation of color #24B0A5: hue angle of 175.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24B0A5 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 176 165 -
CMYK 0.80 0 0.06 0.31
HSL 175.29º 0.66% 0.42% -
HSV(B) 175.29º 0.8% 0.69% -
XYZ 23.04 34.14 40.97 -
YUV 132.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 36 176 165 0.80 0 0.06 0.31 175.29 0.66 0.42
Hex 24 B0 A5 50 0 6 1F AF 42 2A
Octal 44 260 245 120 0 6 37 257 102 52
Binary 100100 10110000 10100101 1010000 0 110 11111 10101111 1000010 101010

Color Harmonies of #24B0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B0A5

Black with #24B0A5

Text Example


Text Example

White with #24B0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24B0A5;
 }
 .AnyTagClassName
 {
   color: #24B0A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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