Html Css Color HEX #24828C Atoll

📋 copy color: '#24828C'

red 36 ◦ green 130 ◦ blue 140

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

Shades of Atoll #24828C

Tints of Atoll #24828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 11.76%
G = 42.48%
B = 45.75%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24828C (or 0x24828C) is known color: Atoll. HEX triplet: 24, 82 and 8C. RGB value is (36,130,140). Sum of RGB (Red+Green+Blue) = 36+130+140=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #24828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24828C is #DB7D73. Grayscale: #666666. Windows color (decimal): -14384500 or 9208356. OLE color: 9208356.

HSL color Cylindrical-coordinate representation of color #24828C: hue angle of 185.77º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24828C is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 130 140 -
CMYK 0.74 0.07 0 0.45
HSL 185.77º 0.59% 0.35% -
HSV(B) 185.77º 0.74% 0.55% -
XYZ 13.44 18.23 27.62 -
YUV 103.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 36 130 140 0.74 0.07 0 0.45 185.77 0.59 0.35
Hex 24 82 8C 4A 7 0 2D BA 3B 23
Octal 44 202 214 112 7 0 55 272 73 43
Binary 100100 10000010 10001100 1001010 111 0 101101 10111010 111011 100011

Color Harmonies of #24828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24828C

Black with #24828C

Text Example


Text Example

White with #24828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24828C; }

 p { color: rgb(36,130,140); }

 H1.HeaderClassName
 {
   color: #24828C;
 }
 .AnyTagClassName
 {
   color: #24828C;
 }
</style>

background-color css

<style>
 a { background-color: #24828C; }

 a { background-color: rgb(36,130,140); }

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

border-color css

<style>
 span { border-color: #24828C; }

 span { border-color: rgb(36,130,140); }

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