Html Css Color HEX #ABC7C0 Opal

📋 copy color: '#ABC7C0'

red 171 ◦ green 199 ◦ blue 192

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

Shades of Opal #ABC7C0

Tints of Opal #ABC7C0

RGB

 RED value IS 171 (67.19% from 255) = 30.43%

 GREEN value IS 199 (78.13% from 255) = 35.41%

 BLUE value IS 192 (75.39% from 255) = 34.16%

R = 30.43%
G = 35.41%
B = 34.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#ABC7C0 (or 0xABC7C0) is known color: Opal. HEX triplet: AB, C7 and C0. RGB value is (171,199,192). Sum of RGB (Red+Green+Blue) = 171+199+192=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7C0 is #54383F. Grayscale: #BDBDBD. Windows color (decimal): -5519424 or 12634027. OLE color: 12634027.

HSL color Cylindrical-coordinate representation of color #ABC7C0: hue angle of 165º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC7C0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 192 -
CMYK 0.14 0 0.04 0.22
HSL 165º 0.2% 0.73% -
HSV(B) 165º 0.14% 0.78% -
XYZ 46.73 53.31 57.7 -
YUV 189.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 171 199 192 0.14 0 0.04 0.22 165 0.2 0.73
Hex AB C7 C0 E 0 4 16 A5 14 49
Octal 253 307 300 16 0 4 26 245 24 111
Binary 10101011 11000111 11000000 1110 0 100 10110 10100101 10100 1001001

Color Harmonies of #ABC7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC7C0

Black with #ABC7C0

Text Example


Text Example

White with #ABC7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC7C0; }

 p { color: rgb(171,199,192); }

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

background-color css

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

 a { background-color: rgb(171,199,192); }

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

border-color css

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

 span { border-color: rgb(171,199,192); }

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