Html Css Color HEX #ABC9C2 Opal

📋 copy color: '#ABC9C2'

red 171 ◦ green 201 ◦ blue 194

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

Shades of Opal #ABC9C2

Tints of Opal #ABC9C2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 194 (76.17% from 255) = 34.28%

R = 30.21%
G = 35.51%
B = 34.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#ABC9C2 (or 0xABC9C2) is known color: Opal. HEX triplet: AB, C9 and C2. RGB value is (171,201,194). Sum of RGB (Red+Green+Blue) = 171+201+194=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C2 is #54363D. Grayscale: #BFBFBF. Windows color (decimal): -5518910 or 12765611. OLE color: 12765611.

HSL color Cylindrical-coordinate representation of color #ABC9C2: hue angle of 166º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC9C2 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 194 -
CMYK 0.15 0 0.03 0.21
HSL 166º 0.22% 0.73% -
HSV(B) 166º 0.15% 0.79% -
XYZ 47.42 54.33 59.03 -
YUV 191.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 171 201 194 0.15 0 0.03 0.21 166 0.22 0.73
Hex AB C9 C2 F 0 3 15 A6 16 49
Octal 253 311 302 17 0 3 25 246 26 111
Binary 10101011 11001001 11000010 1111 0 11 10101 10100110 10110 1001001

Color Harmonies of #ABC9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9C2

Black with #ABC9C2

Text Example


Text Example

White with #ABC9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9C2; }

 p { color: rgb(171,201,194); }

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

background-color css

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

 a { background-color: rgb(171,201,194); }

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

border-color css

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

 span { border-color: rgb(171,201,194); }

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