Html Css Color HEX #ABCCC0 Opal

📋 copy color: '#ABCCC0'

red 171 ◦ green 204 ◦ blue 192

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

Shades of Opal #ABCCC0

Tints of Opal #ABCCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

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

R = 30.16%
G = 35.98%
B = 33.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#ABCCC0 (or 0xABCCC0) is known color: Opal. HEX triplet: AB, CC and C0. RGB value is (171,204,192). Sum of RGB (Red+Green+Blue) = 171+204+192=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC0 is #54333F. Grayscale: #C0C0C0. Windows color (decimal): -5518144 or 12635307. OLE color: 12635307.

HSL color Cylindrical-coordinate representation of color #ABCCC0: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCC0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 192 -
CMYK 0.16 0 0.06 0.2
HSL 158.18º 0.24% 0.74% -
HSV(B) 158.18º 0.16% 0.8% -
XYZ 47.9 55.65 58.09 -
YUV 192.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 171 204 192 0.16 0 0.06 0.2 158.18 0.24 0.74
Hex AB CC C0 10 0 6 14 9E 18 4A
Octal 253 314 300 20 0 6 24 236 30 112
Binary 10101011 11001100 11000000 10000 0 110 10100 10011110 11000 1001010

Color Harmonies of #ABCCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCC0

Black with #ABCCC0

Text Example


Text Example

White with #ABCCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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