Html Css Color HEX #ABC8C0 Opal

📋 copy color: '#ABC8C0'

red 171 ◦ green 200 ◦ blue 192

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

Shades of Opal #ABC8C0

Tints of Opal #ABC8C0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.52%

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

R = 30.37%
G = 35.52%
B = 34.1%

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

#ABC8C0 (or 0xABC8C0) is known color: Opal. HEX triplet: AB, C8 and C0. RGB value is (171,200,192). Sum of RGB (Red+Green+Blue) = 171+200+192=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8C0 is #54373F. Grayscale: #BEBEBE. Windows color (decimal): -5519168 or 12634283. OLE color: 12634283.

HSL color Cylindrical-coordinate representation of color #ABC8C0: hue angle of 163.45º degrees, saturation: 0.21, 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 #ABC8C0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 192 -
CMYK 0.14 0 0.04 0.22
HSL 163.45º 0.21% 0.73% -
HSV(B) 163.45º 0.15% 0.78% -
XYZ 46.96 53.77 57.77 -
YUV 190.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 171 200 192 0.14 0 0.04 0.22 163.45 0.21 0.73
Hex AB C8 C0 E 0 4 16 A3 15 49
Octal 253 310 300 16 0 4 26 243 25 111
Binary 10101011 11001000 11000000 1110 0 100 10110 10100011 10101 1001001

Color Harmonies of #ABC8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8C0

Black with #ABC8C0

Text Example


Text Example

White with #ABC8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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