Html Css Color HEX #ABCAC4 Opal

📋 copy color: '#ABCAC4'

red 171 ◦ green 202 ◦ blue 196

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

Shades of Opal #ABCAC4

Tints of Opal #ABCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.45%

R = 30.05%
G = 35.5%
B = 34.45%

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

#ABCAC4 (or 0xABCAC4) is known color: Opal. HEX triplet: AB, CA and C4. RGB value is (171,202,196). Sum of RGB (Red+Green+Blue) = 171+202+196=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC4 is #54353B. Grayscale: #C0C0C0. Windows color (decimal): -5518652 or 12896939. OLE color: 12896939.

HSL color Cylindrical-coordinate representation of color #ABCAC4: hue angle of 168.39º degrees, saturation: 0.23, 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 #ABCAC4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 196 -
CMYK 0.15 0 0.03 0.21
HSL 168.39º 0.23% 0.73% -
HSV(B) 168.39º 0.15% 0.79% -
XYZ 47.88 54.88 60.29 -
YUV 192.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 171 202 196 0.15 0 0.03 0.21 168.39 0.23 0.73
Hex AB CA C4 F 0 3 15 A8 17 49
Octal 253 312 304 17 0 3 25 250 27 111
Binary 10101011 11001010 11000100 1111 0 11 10101 10101000 10111 1001001

Color Harmonies of #ABCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAC4

Black with #ABCAC4

Text Example


Text Example

White with #ABCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAC4; }

 p { color: rgb(171,202,196); }

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

background-color css

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

 a { background-color: rgb(171,202,196); }

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

border-color css

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

 span { border-color: rgb(171,202,196); }

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