Html Css Color HEX #20757C Atoll

📋 copy color: '#20757C'

red 32 ◦ green 117 ◦ blue 124

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

Shades of Atoll #20757C

Tints of Atoll #20757C

RGB

 RED value IS 32 (12.89% from 255) = 11.72%

 GREEN value IS 117 (46.09% from 255) = 42.86%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 11.72%
G = 42.86%
B = 45.42%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20757C (or 0x20757C) is known color: Atoll. HEX triplet: 20, 75 and 7C. RGB value is (32,117,124). Sum of RGB (Red+Green+Blue) = 32+117+124=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #20757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20757C is #DF8A83. Grayscale: #5C5C5C. Windows color (decimal): -14649988 or 8156448. OLE color: 8156448.

HSL color Cylindrical-coordinate representation of color #20757C: hue angle of 184.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20757C is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 117 124 -
CMYK 0.74 0.06 0 0.51
HSL 184.57º 0.59% 0.31% -
HSV(B) 184.57º 0.74% 0.49% -
XYZ 10.6 14.48 21.31 -
YUV 92.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 32 117 124 0.74 0.06 0 0.51 184.57 0.59 0.31
Hex 20 75 7C 4A 6 0 33 B9 3B 1F
Octal 40 165 174 112 6 0 63 271 73 37
Binary 100000 1110101 1111100 1001010 110 0 110011 10111001 111011 11111

Color Harmonies of #20757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20757C

Black with #20757C

Text Example


Text Example

White with #20757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,117,124); }

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

background-color css

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

 a { background-color: rgb(32,117,124); }

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

border-color css

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

 span { border-color: rgb(32,117,124); }

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