Html Css Color HEX #1E767E Atoll

📋 copy color: '#1E767E'

red 30 ◦ green 118 ◦ blue 126

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

Shades of Atoll #1E767E

Tints of Atoll #1E767E

RGB

 RED value IS 30 (12.11% from 255) = 10.95%

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

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

R = 10.95%
G = 43.07%
B = 45.99%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E767E (or 0x1E767E) is known color: Atoll. HEX triplet: 1E, 76 and 7E. RGB value is (30,118,126). Sum of RGB (Red+Green+Blue) = 30+118+126=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E767E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E767E is #E18981. Grayscale: #5C5C5C. Windows color (decimal): -14780802 or 8287774. OLE color: 8287774.

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

Color convert

RGB 30 118 126 -
CMYK 0.76 0.06 0 0.51
HSL 185º 0.62% 0.31% -
HSV(B) 185º 0.76% 0.49% -
XYZ 10.78 14.74 22.02 -
YUV 92.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 30 118 126 0.76 0.06 0 0.51 185 0.62 0.31
Hex 1E 76 7E 4C 6 0 33 B9 3E 1F
Octal 36 166 176 114 6 0 63 271 76 37
Binary 11110 1110110 1111110 1001100 110 0 110011 10111001 111110 11111

Color Harmonies of #1E767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E767E

Black with #1E767E

Text Example


Text Example

White with #1E767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E767E; }

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

 H1.HeaderClassName
 {
   color: #1E767E;
 }
 .AnyTagClassName
 {
   color: #1E767E;
 }
</style>

background-color css

<style>
 a { background-color: #1E767E; }

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

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

border-color css

<style>
 span { border-color: #1E767E; }

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

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