Html Css Color HEX #A6C1BE Opal

📋 copy color: '#A6C1BE'

red 166 ◦ green 193 ◦ blue 190

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

Shades of Opal #A6C1BE

Tints of Opal #A6C1BE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.15%

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

R = 30.24%
G = 35.15%
B = 34.61%

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

#A6C1BE (or 0xA6C1BE) is known color: Opal. HEX triplet: A6, C1 and BE. RGB value is (166,193,190). Sum of RGB (Red+Green+Blue) = 166+193+190=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1BE is #593E41. Grayscale: #B8B8B8. Windows color (decimal): -5848642 or 12501414. OLE color: 12501414.

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

Color convert

RGB 166 193 190 -
CMYK 0.14 0 0.02 0.24
HSL 173.33º 0.18% 0.7% -
HSV(B) 173.33º 0.14% 0.76% -
XYZ 44.09 49.96 56.04 -
YUV 184.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 166 193 190 0.14 0 0.02 0.24 173.33 0.18 0.7
Hex A6 C1 BE E 0 2 18 AD 12 46
Octal 246 301 276 16 0 2 30 255 22 106
Binary 10100110 11000001 10111110 1110 0 10 11000 10101101 10010 1000110

Color Harmonies of #A6C1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C1BE

Black with #A6C1BE

Text Example


Text Example

White with #A6C1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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