Html Css Color HEX #24ACC0 Pelorous

📋 copy color: '#24ACC0'

red 36 ◦ green 172 ◦ blue 192

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

Shades of Pelorous #24ACC0

Tints of Pelorous #24ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

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

R = 9%
G = 43%
B = 48%

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

#24ACC0 (or 0x24ACC0) is known color: Pelorous. HEX triplet: 24, AC and C0. RGB value is (36,172,192). Sum of RGB (Red+Green+Blue) = 36+172+192=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #24ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ACC0 is #DB533F. Grayscale: #858585. Windows color (decimal): -14373696 or 12626980. OLE color: 12626980.

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

Color convert

RGB 36 172 192 -
CMYK 0.81 0.10 0 0.25
HSL 187.69º 0.68% 0.45% -
HSV(B) 187.69º 0.81% 0.75% -
XYZ 24.99 33.69 55.05 -
YUV 133.62 160.94 58.37 -
System Red Green Blue C M Y K H S L
Decimal 36 172 192 0.81 0.10 0 0.25 187.69 0.68 0.45
Hex 24 AC C0 51 A 0 19 BC 44 2D
Octal 44 254 300 121 12 0 31 274 104 55
Binary 100100 10101100 11000000 1010001 1010 0 11001 10111100 1000100 101101

Color Harmonies of #24ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ACC0

Black with #24ACC0

Text Example


Text Example

White with #24ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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