Html Css Color HEX #24ADC0 Pelorous

📋 copy color: '#24ADC0'

red 36 ◦ green 173 ◦ blue 192

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

Shades of Pelorous #24ADC0

Tints of Pelorous #24ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.14%

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 8.98%
G = 43.14%
B = 47.88%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#24ADC0 (or 0x24ADC0) is known color: Pelorous. HEX triplet: 24, AD and C0. RGB value is (36,173,192). Sum of RGB (Red+Green+Blue) = 36+173+192=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #24ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ADC0 is #DB523F. Grayscale: #858585. Windows color (decimal): -14373440 or 12627236. OLE color: 12627236.

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

Color convert

RGB 36 173 192 -
CMYK 0.81 0.10 0 0.25
HSL 187.31º 0.68% 0.45% -
HSV(B) 187.31º 0.81% 0.75% -
XYZ 25.19 34.07 55.12 -
YUV 134.2 160.61 57.96 -
System Red Green Blue C M Y K H S L
Decimal 36 173 192 0.81 0.10 0 0.25 187.31 0.68 0.45
Hex 24 AD C0 51 A 0 19 BB 44 2D
Octal 44 255 300 121 12 0 31 273 104 55
Binary 100100 10101101 11000000 1010001 1010 0 11001 10111011 1000100 101101

Color Harmonies of #24ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ADC0

Black with #24ADC0

Text Example


Text Example

White with #24ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,173,192); }

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

background-color css

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

 a { background-color: rgb(36,173,192); }

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

border-color css

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

 span { border-color: rgb(36,173,192); }

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