Html Css Color HEX #A6CEBC Opal

📋 copy color: '#A6CEBC'

red 166 ◦ green 206 ◦ blue 188

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

Shades of Opal #A6CEBC

Tints of Opal #A6CEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

 BLUE value IS 188 (73.83% from 255) = 33.57%

R = 29.64%
G = 36.79%
B = 33.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#A6CEBC (or 0xA6CEBC) is known color: Opal. HEX triplet: A6, CE and BC. RGB value is (166,206,188). Sum of RGB (Red+Green+Blue) = 166+206+188=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEBC is #593143. Grayscale: #C0C0C0. Windows color (decimal): -5845316 or 12373670. OLE color: 12373670.

HSL color Cylindrical-coordinate representation of color #A6CEBC: hue angle of 153º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEBC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 188 -
CMYK 0.19 0 0.09 0.19
HSL 153º 0.29% 0.73% -
HSV(B) 153º 0.19% 0.81% -
XYZ 46.87 55.88 55.89 -
YUV 191.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 166 206 188 0.19 0 0.09 0.19 153 0.29 0.73
Hex A6 CE BC 13 0 9 13 99 1D 49
Octal 246 316 274 23 0 11 23 231 35 111
Binary 10100110 11001110 10111100 10011 0 1001 10011 10011001 11101 1001001

Color Harmonies of #A6CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEBC

Black with #A6CEBC

Text Example


Text Example

White with #A6CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEBC; }

 p { color: rgb(166,206,188); }

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

background-color css

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

 a { background-color: rgb(166,206,188); }

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

border-color css

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

 span { border-color: rgb(166,206,188); }

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