Html Css Color HEX #A6D3C1 Opal

📋 copy color: '#A6D3C1'

red 166 ◦ green 211 ◦ blue 193

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

Shades of Opal #A6D3C1

Tints of Opal #A6D3C1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.02%

 BLUE value IS 193 (75.78% from 255) = 33.86%

R = 29.12%
G = 37.02%
B = 33.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#A6D3C1 (or 0xA6D3C1) is known color: Opal. HEX triplet: A6, D3 and C1. RGB value is (166,211,193). Sum of RGB (Red+Green+Blue) = 166+211+193=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3C1 is #592C3E. Grayscale: #C3C3C3. Windows color (decimal): -5844031 or 12702630. OLE color: 12702630.

HSL color Cylindrical-coordinate representation of color #A6D3C1: hue angle of 156º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D3C1 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 193 -
CMYK 0.21 0 0.09 0.17
HSL 156º 0.34% 0.74% -
HSV(B) 156º 0.21% 0.83% -
XYZ 48.65 58.55 59.19 -
YUV 195.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 166 211 193 0.21 0 0.09 0.17 156 0.34 0.74
Hex A6 D3 C1 15 0 9 11 9C 22 4A
Octal 246 323 301 25 0 11 21 234 42 112
Binary 10100110 11010011 11000001 10101 0 1001 10001 10011100 100010 1001010

Color Harmonies of #A6D3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D3C1

Black with #A6D3C1

Text Example


Text Example

White with #A6D3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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