Html Css Color HEX #A6CCBB Opal

📋 copy color: '#A6CCBB'

red 166 ◦ green 204 ◦ blue 187

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

Shades of Opal #A6CCBB

Tints of Opal #A6CCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 29.8%
G = 36.62%
B = 33.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#A6CCBB (or 0xA6CCBB) is known color: Opal. HEX triplet: A6, CC and BB. RGB value is (166,204,187). Sum of RGB (Red+Green+Blue) = 166+204+187=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCBB is #593344. Grayscale: #BEBEBE. Windows color (decimal): -5845829 or 12307622. OLE color: 12307622.

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

Color convert

RGB 166 204 187 -
CMYK 0.19 0 0.08 0.2
HSL 153.16º 0.27% 0.73% -
HSV(B) 153.16º 0.19% 0.8% -
XYZ 46.29 54.88 55.17 -
YUV 190.7 125.91 110.38 -
System Red Green Blue C M Y K H S L
Decimal 166 204 187 0.19 0 0.08 0.2 153.16 0.27 0.73
Hex A6 CC BB 13 0 8 14 99 1B 49
Octal 246 314 273 23 0 10 24 231 33 111
Binary 10100110 11001100 10111011 10011 0 1000 10100 10011001 11011 1001001

Color Harmonies of #A6CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCBB

Black with #A6CCBB

Text Example


Text Example

White with #A6CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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