Html Css Color HEX #A6CABA Opal

📋 copy color: '#A6CABA'

red 166 ◦ green 202 ◦ blue 186

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

Shades of Opal #A6CABA

Tints of Opal #A6CABA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.46%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 29.96%
G = 36.46%
B = 33.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#A6CABA (or 0xA6CABA) is known color: Opal. HEX triplet: A6, CA and BA. RGB value is (166,202,186). Sum of RGB (Red+Green+Blue) = 166+202+186=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABA is #593545. Grayscale: #BDBDBD. Windows color (decimal): -5846342 or 12241574. OLE color: 12241574.

HSL color Cylindrical-coordinate representation of color #A6CABA: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CABA is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 186 -
CMYK 0.18 0 0.08 0.21
HSL 153.33º 0.25% 0.72% -
HSV(B) 153.33º 0.18% 0.79% -
XYZ 45.71 53.89 54.45 -
YUV 189.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 166 202 186 0.18 0 0.08 0.21 153.33 0.25 0.72
Hex A6 CA BA 12 0 8 15 99 19 48
Octal 246 312 272 22 0 10 25 231 31 110
Binary 10100110 11001010 10111010 10010 0 1000 10101 10011001 11001 1001000

Color Harmonies of #A6CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CABA

Black with #A6CABA

Text Example


Text Example

White with #A6CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CABA; }

 p { color: rgb(166,202,186); }

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

background-color css

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

 a { background-color: rgb(166,202,186); }

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

border-color css

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

 span { border-color: rgb(166,202,186); }

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