Html Css Color HEX #24B4BD Light Sea Green

📋 copy color: '#24B4BD'

red 36 ◦ green 180 ◦ blue 189

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

Shades of Light Sea Green #24B4BD

Tints of Light Sea Green #24B4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 8.89%
G = 44.44%
B = 46.67%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#24B4BD (or 0x24B4BD) is known color: Light Sea Green. HEX triplet: 24, B4 and BD. RGB value is (36,180,189). Sum of RGB (Red+Green+Blue) = 36+180+189=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #24B4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24B4BD is #DB4B42. Grayscale: #898989. Windows color (decimal): -14371651 or 12432420. OLE color: 12432420.

HSL color Cylindrical-coordinate representation of color #24B4BD: hue angle of 183.53º 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 #24B4BD is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 36 180 189 -
CMYK 0.81 0.05 0 0.26
HSL 183.53º 0.68% 0.44% -
HSV(B) 183.53º 0.81% 0.74% -
XYZ 26.23 36.69 53.84 -
YUV 137.97 156.79 55.27 -
System Red Green Blue C M Y K H S L
Decimal 36 180 189 0.81 0.05 0 0.26 183.53 0.68 0.44
Hex 24 B4 BD 51 5 0 1A B8 44 2C
Octal 44 264 275 121 5 0 32 270 104 54
Binary 100100 10110100 10111101 1010001 101 0 11010 10111000 1000100 101100

Color Harmonies of #24B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B4BD

Black with #24B4BD

Text Example


Text Example

White with #24B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,180,189); }

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

background-color css

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

 a { background-color: rgb(36,180,189); }

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

border-color css

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

 span { border-color: rgb(36,180,189); }

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