Html Css Color HEX #24ABBA Pelorous

📋 copy color: '#24ABBA'

red 36 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #24ABBA

Tints of Pelorous #24ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 9.16%
G = 43.51%
B = 47.33%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#24ABBA (or 0x24ABBA) is known color: Pelorous. HEX triplet: 24, AB and BA. RGB value is (36,171,186). Sum of RGB (Red+Green+Blue) = 36+171+186=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #24ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ABBA is #DB5445. Grayscale: #848484. Windows color (decimal): -14373958 or 12233508. OLE color: 12233508.

HSL color Cylindrical-coordinate representation of color #24ABBA: hue angle of 186º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24ABBA is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 171 186 -
CMYK 0.81 0.08 0 0.27
HSL 186º 0.68% 0.44% -
HSV(B) 186º 0.81% 0.73% -
XYZ 24.15 33.05 51.56 -
YUV 132.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 36 171 186 0.81 0.08 0 0.27 186 0.68 0.44
Hex 24 AB BA 51 8 0 1B BA 44 2C
Octal 44 253 272 121 10 0 33 272 104 54
Binary 100100 10101011 10111010 1010001 1000 0 11011 10111010 1000100 101100

Color Harmonies of #24ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24ABBA

Black with #24ABBA

Text Example


Text Example

White with #24ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,171,186); }

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

background-color css

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

 a { background-color: rgb(36,171,186); }

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

border-color css

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

 span { border-color: rgb(36,171,186); }

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