Html Css Color HEX #ABCCC4 Opal

📋 copy color: '#ABCCC4'

red 171 ◦ green 204 ◦ blue 196

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

Shades of Opal #ABCCC4

Tints of Opal #ABCCC4

RGB

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

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

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

R = 29.95%
G = 35.73%
B = 34.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#ABCCC4 (or 0xABCCC4) is known color: Opal. HEX triplet: AB, CC and C4. RGB value is (171,204,196). Sum of RGB (Red+Green+Blue) = 171+204+196=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC4 is #54333B. Grayscale: #C1C1C1. Windows color (decimal): -5518140 or 12897451. OLE color: 12897451.

HSL color Cylindrical-coordinate representation of color #ABCCC4: hue angle of 165.45º 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 #ABCCC4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 196 -
CMYK 0.16 0 0.04 0.2
HSL 165.45º 0.24% 0.74% -
HSV(B) 165.45º 0.16% 0.8% -
XYZ 48.35 55.83 60.45 -
YUV 193.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 171 204 196 0.16 0 0.04 0.2 165.45 0.24 0.74
Hex AB CC C4 10 0 4 14 A5 18 4A
Octal 253 314 304 20 0 4 24 245 30 112
Binary 10101011 11001100 11000100 10000 0 100 10100 10100101 11000 1001010

Color Harmonies of #ABCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCC4

Black with #ABCCC4

Text Example


Text Example

White with #ABCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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