Html Css Color HEX #24767F Atoll

📋 copy color: '#24767F'

red 36 ◦ green 118 ◦ blue 127

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

Shades of Atoll #24767F

Tints of Atoll #24767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

 BLUE value IS 127 (50% from 255) = 45.2%

R = 12.81%
G = 41.99%
B = 45.2%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24767F (or 0x24767F) is known color: Atoll. HEX triplet: 24, 76 and 7F. RGB value is (36,118,127). Sum of RGB (Red+Green+Blue) = 36+118+127=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #24767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24767F is #DB8980. Grayscale: #5E5E5E. Windows color (decimal): -14387585 or 8353316. OLE color: 8353316.

HSL color Cylindrical-coordinate representation of color #24767F: hue angle of 185.93º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24767F is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 118 127 -
CMYK 0.72 0.07 0 0.50
HSL 185.93º 0.56% 0.32% -
HSV(B) 185.93º 0.72% 0.5% -
XYZ 11.04 14.86 22.37 -
YUV 94.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 36 118 127 0.72 0.07 0 0.50 185.93 0.56 0.32
Hex 24 76 7F 48 7 0 32 BA 38 20
Octal 44 166 177 110 7 0 62 272 70 40
Binary 100100 1110110 1111111 1001000 111 0 110010 10111010 111000 100000

Color Harmonies of #24767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24767F

Black with #24767F

Text Example


Text Example

White with #24767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24767F; }

 p { color: rgb(36,118,127); }

 H1.HeaderClassName
 {
   color: #24767F;
 }
 .AnyTagClassName
 {
   color: #24767F;
 }
</style>

background-color css

<style>
 a { background-color: #24767F; }

 a { background-color: rgb(36,118,127); }

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

border-color css

<style>
 span { border-color: #24767F; }

 span { border-color: rgb(36,118,127); }

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