Html Css Color HEX #20767F Atoll

📋 copy color: '#20767F'

red 32 ◦ green 118 ◦ blue 127

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

Shades of Atoll #20767F

Tints of Atoll #20767F

RGB

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

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

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

R = 11.55%
G = 42.6%
B = 45.85%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#20767F (or 0x20767F) is known color: Atoll. HEX triplet: 20, 76 and 7F. RGB value is (32,118,127). Sum of RGB (Red+Green+Blue) = 32+118+127=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #20767F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20767F is #DF8980. Grayscale: #5D5D5D. Windows color (decimal): -14649729 or 8353312. OLE color: 8353312.

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

Color convert

RGB 32 118 127 -
CMYK 0.75 0.07 0 0.50
HSL 185.68º 0.6% 0.31% -
HSV(B) 185.68º 0.75% 0.5% -
XYZ 10.9 14.8 22.36 -
YUV 93.31 147.01 84.27 -
System Red Green Blue C M Y K H S L
Decimal 32 118 127 0.75 0.07 0 0.50 185.68 0.6 0.31
Hex 20 76 7F 4B 7 0 32 BA 3C 1F
Octal 40 166 177 113 7 0 62 272 74 37
Binary 100000 1110110 1111111 1001011 111 0 110010 10111010 111100 11111

Color Harmonies of #20767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20767F

Black with #20767F

Text Example


Text Example

White with #20767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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