Html Css Color HEX #A6CCC2 Opal

📋 copy color: '#A6CCC2'

red 166 ◦ green 204 ◦ blue 194

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

Shades of Opal #A6CCC2

Tints of Opal #A6CCC2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.17%

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

R = 29.43%
G = 36.17%
B = 34.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#A6CCC2 (or 0xA6CCC2) is known color: Opal. HEX triplet: A6, CC and C2. RGB value is (166,204,194). Sum of RGB (Red+Green+Blue) = 166+204+194=564 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.43% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCC2 is #59333D. Grayscale: #BFBFBF. Windows color (decimal): -5845822 or 12766374. OLE color: 12766374.

HSL color Cylindrical-coordinate representation of color #A6CCC2: hue angle of 164.21º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCC2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 194 -
CMYK 0.19 0 0.05 0.2
HSL 164.21º 0.27% 0.73% -
HSV(B) 164.21º 0.19% 0.8% -
XYZ 47.06 55.19 59.21 -
YUV 191.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 166 204 194 0.19 0 0.05 0.2 164.21 0.27 0.73
Hex A6 CC C2 13 0 5 14 A4 1B 49
Octal 246 314 302 23 0 5 24 244 33 111
Binary 10100110 11001100 11000010 10011 0 101 10100 10100100 11011 1001001

Color Harmonies of #A6CCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCC2

Black with #A6CCC2

Text Example


Text Example

White with #A6CCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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