Html Css Color HEX #A6C2BE Opal

📋 copy color: '#A6C2BE'

red 166 ◦ green 194 ◦ blue 190

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

Shades of Opal #A6C2BE

Tints of Opal #A6C2BE

RGB

 RED value IS 166 (65.23% from 255) = 30.18%

 GREEN value IS 194 (76.17% from 255) = 35.27%

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 30.18%
G = 35.27%
B = 34.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#A6C2BE (or 0xA6C2BE) is known color: Opal. HEX triplet: A6, C2 and BE. RGB value is (166,194,190). Sum of RGB (Red+Green+Blue) = 166+194+190=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C2BE is #593D41. Grayscale: #B9B9B9. Windows color (decimal): -5848386 or 12501670. OLE color: 12501670.

HSL color Cylindrical-coordinate representation of color #A6C2BE: hue angle of 171.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C2BE is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 190 -
CMYK 0.14 0 0.02 0.24
HSL 171.43º 0.19% 0.71% -
HSV(B) 171.43º 0.14% 0.76% -
XYZ 44.31 50.41 56.11 -
YUV 185.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 166 194 190 0.14 0 0.02 0.24 171.43 0.19 0.71
Hex A6 C2 BE E 0 2 18 AB 13 47
Octal 246 302 276 16 0 2 30 253 23 107
Binary 10100110 11000010 10111110 1110 0 10 11000 10101011 10011 1000111

Color Harmonies of #A6C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C2BE

Black with #A6C2BE

Text Example


Text Example

White with #A6C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C2BE; }

 p { color: rgb(166,194,190); }

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

background-color css

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

 a { background-color: rgb(166,194,190); }

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

border-color css

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

 span { border-color: rgb(166,194,190); }

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