Html Css Color HEX #24BDC6 Light Sea Green

📋 copy color: '#24BDC6'

red 36 ◦ green 189 ◦ blue 198

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

Shades of Light Sea Green #24BDC6

Tints of Light Sea Green #24BDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.68%

 BLUE value IS 198 (77.73% from 255) = 46.81%

R = 8.51%
G = 44.68%
B = 46.81%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#24BDC6 (or 0x24BDC6) is known color: Light Sea Green. HEX triplet: 24, BD and C6. RGB value is (36,189,198). Sum of RGB (Red+Green+Blue) = 36+189+198=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #24BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDC6 is #DB4239. Grayscale: #909090. Windows color (decimal): -14369338 or 13024548. OLE color: 13024548.

HSL color Cylindrical-coordinate representation of color #24BDC6: hue angle of 183.33º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BDC6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 189 198 -
CMYK 0.82 0.05 0 0.22
HSL 183.33º 0.69% 0.46% -
HSV(B) 183.33º 0.82% 0.78% -
XYZ 29.12 40.85 59.78 -
YUV 144.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 36 189 198 0.82 0.05 0 0.22 183.33 0.69 0.46
Hex 24 BD C6 52 5 0 16 B7 45 2E
Octal 44 275 306 122 5 0 26 267 105 56
Binary 100100 10111101 11000110 1010010 101 0 10110 10110111 1000101 101110

Color Harmonies of #24BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDC6

Black with #24BDC6

Text Example


Text Example

White with #24BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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