Html Css Color HEX #A6D3C3 Opal

📋 copy color: '#A6D3C3'

red 166 ◦ green 211 ◦ blue 195

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

Shades of Opal #A6D3C3

Tints of Opal #A6D3C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.09%

R = 29.02%
G = 36.89%
B = 34.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#A6D3C3 (or 0xA6D3C3) is known color: Opal. HEX triplet: A6, D3 and C3. RGB value is (166,211,195). Sum of RGB (Red+Green+Blue) = 166+211+195=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3C3 is #592C3C. Grayscale: #C3C3C3. Windows color (decimal): -5844029 or 12833702. OLE color: 12833702.

HSL color Cylindrical-coordinate representation of color #A6D3C3: hue angle of 158.67º 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 #A6D3C3 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 195 -
CMYK 0.21 0 0.08 0.17
HSL 158.67º 0.34% 0.74% -
HSV(B) 158.67º 0.21% 0.83% -
XYZ 48.87 58.64 60.37 -
YUV 195.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 166 211 195 0.21 0 0.08 0.17 158.67 0.34 0.74
Hex A6 D3 C3 15 0 8 11 9F 22 4A
Octal 246 323 303 25 0 10 21 237 42 112
Binary 10100110 11010011 11000011 10101 0 1000 10001 10011111 100010 1001010

Color Harmonies of #A6D3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D3C3

Black with #A6D3C3

Text Example


Text Example

White with #A6D3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D3C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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