Html Css Color HEX #A6D2C2 Opal

📋 copy color: '#A6D2C2'

red 166 ◦ green 210 ◦ blue 194

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

Shades of Opal #A6D2C2

Tints of Opal #A6D2C2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.84%

 BLUE value IS 194 (76.17% from 255) = 34.04%

R = 29.12%
G = 36.84%
B = 34.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#A6D2C2 (or 0xA6D2C2) is known color: Opal. HEX triplet: A6, D2 and C2. RGB value is (166,210,194). Sum of RGB (Red+Green+Blue) = 166+210+194=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D2C2 is #592D3D. Grayscale: #C3C3C3. Windows color (decimal): -5844286 or 12767910. OLE color: 12767910.

HSL color Cylindrical-coordinate representation of color #A6D2C2: hue angle of 158.18º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2C2 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 194 -
CMYK 0.21 0 0.08 0.18
HSL 158.18º 0.33% 0.74% -
HSV(B) 158.18º 0.21% 0.82% -
XYZ 48.51 58.1 59.7 -
YUV 195.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 166 210 194 0.21 0 0.08 0.18 158.18 0.33 0.74
Hex A6 D2 C2 15 0 8 12 9E 21 4A
Octal 246 322 302 25 0 10 22 236 41 112
Binary 10100110 11010010 11000010 10101 0 1000 10010 10011110 100001 1001010

Color Harmonies of #A6D2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2C2

Black with #A6D2C2

Text Example


Text Example

White with #A6D2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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