Html Css Color HEX #20767E Atoll

📋 copy color: '#20767E'

red 32 ◦ green 118 ◦ blue 126

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

Shades of Atoll #20767E

Tints of Atoll #20767E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 11.59%
G = 42.75%
B = 45.65%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20767E (or 0x20767E) is known color: Atoll. HEX triplet: 20, 76 and 7E. RGB value is (32,118,126). Sum of RGB (Red+Green+Blue) = 32+118+126=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #20767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20767E is #DF8981. Grayscale: #5D5D5D. Windows color (decimal): -14649730 or 8287776. OLE color: 8287776.

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

Color convert

RGB 32 118 126 -
CMYK 0.75 0.06 0 0.51
HSL 185.11º 0.59% 0.31% -
HSV(B) 185.11º 0.75% 0.49% -
XYZ 10.84 14.77 22.02 -
YUV 93.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 32 118 126 0.75 0.06 0 0.51 185.11 0.59 0.31
Hex 20 76 7E 4B 6 0 33 B9 3B 1F
Octal 40 166 176 113 6 0 63 271 73 37
Binary 100000 1110110 1111110 1001011 110 0 110011 10111001 111011 11111

Color Harmonies of #20767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20767E

Black with #20767E

Text Example


Text Example

White with #20767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20767E; }

 p { color: rgb(32,118,126); }

 H1.HeaderClassName
 {
   color: #20767E;
 }
 .AnyTagClassName
 {
   color: #20767E;
 }
</style>

background-color css

<style>
 a { background-color: #20767E; }

 a { background-color: rgb(32,118,126); }

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

border-color css

<style>
 span { border-color: #20767E; }

 span { border-color: rgb(32,118,126); }

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