Html Css Color HEX #A7CABA Opal

📋 copy color: '#A7CABA'

red 167 ◦ green 202 ◦ blue 186

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

Shades of Opal #A7CABA

Tints of Opal #A7CABA

RGB

 RED value IS 167 (65.63% from 255) = 30.09%

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

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

R = 30.09%
G = 36.4%
B = 33.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#A7CABA (or 0xA7CABA) is known color: Opal. HEX triplet: A7, CA and BA. RGB value is (167,202,186). Sum of RGB (Red+Green+Blue) = 167+202+186=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A7CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CABA is #583545. Grayscale: #BDBDBD. Windows color (decimal): -5780806 or 12241575. OLE color: 12241575.

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

Color convert

RGB 167 202 186 -
CMYK 0.17 0 0.08 0.21
HSL 152.57º 0.25% 0.72% -
HSV(B) 152.57º 0.17% 0.79% -
XYZ 45.92 54 54.46 -
YUV 189.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 167 202 186 0.17 0 0.08 0.21 152.57 0.25 0.72
Hex A7 CA BA 11 0 8 15 99 19 48
Octal 247 312 272 21 0 10 25 231 31 110
Binary 10100111 11001010 10111010 10001 0 1000 10101 10011001 11001 1001000

Color Harmonies of #A7CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CABA

Black with #A7CABA

Text Example


Text Example

White with #A7CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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