Html Css Color HEX #ABC5BF Opal

📋 copy color: '#ABC5BF'

red 171 ◦ green 197 ◦ blue 191

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

Shades of Opal #ABC5BF

Tints of Opal #ABC5BF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

 BLUE value IS 191 (75% from 255) = 34.17%

R = 30.59%
G = 35.24%
B = 34.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#ABC5BF (or 0xABC5BF) is known color: Opal. HEX triplet: AB, C5 and BF. RGB value is (171,197,191). Sum of RGB (Red+Green+Blue) = 171+197+191=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5BF is #543A40. Grayscale: #BCBCBC. Windows color (decimal): -5519937 or 12567979. OLE color: 12567979.

HSL color Cylindrical-coordinate representation of color #ABC5BF: hue angle of 166.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5BF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 191 -
CMYK 0.13 0 0.03 0.23
HSL 166.15º 0.18% 0.72% -
HSV(B) 166.15º 0.13% 0.77% -
XYZ 46.16 52.35 56.96 -
YUV 188.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 171 197 191 0.13 0 0.03 0.23 166.15 0.18 0.72
Hex AB C5 BF D 0 3 17 A6 12 48
Octal 253 305 277 15 0 3 27 246 22 110
Binary 10101011 11000101 10111111 1101 0 11 10111 10100110 10010 1001000

Color Harmonies of #ABC5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5BF

Black with #ABC5BF

Text Example


Text Example

White with #ABC5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5BF; }

 p { color: rgb(171,197,191); }

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

background-color css

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

 a { background-color: rgb(171,197,191); }

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

border-color css

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

 span { border-color: rgb(171,197,191); }

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