Html Css Color HEX #ACC5BE Opal

📋 copy color: '#ACC5BE'

red 172 ◦ green 197 ◦ blue 190

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

Shades of Opal #ACC5BE

Tints of Opal #ACC5BE

RGB

 RED value IS 172 (67.58% from 255) = 30.77%

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 30.77%
G = 35.24%
B = 33.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#ACC5BE (or 0xACC5BE) is known color: Opal. HEX triplet: AC, C5 and BE. RGB value is (172,197,190). Sum of RGB (Red+Green+Blue) = 172+197+190=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5BE is #533A41. Grayscale: #BCBCBC. Windows color (decimal): -5454402 or 12502444. OLE color: 12502444.

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

Color convert

RGB 172 197 190 -
CMYK 0.13 0 0.04 0.23
HSL 163.2º 0.18% 0.72% -
HSV(B) 163.2º 0.13% 0.77% -
XYZ 46.27 52.42 56.39 -
YUV 188.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 172 197 190 0.13 0 0.04 0.23 163.2 0.18 0.72
Hex AC C5 BE D 0 4 17 A3 12 48
Octal 254 305 276 15 0 4 27 243 22 110
Binary 10101100 11000101 10111110 1101 0 100 10111 10100011 10010 1001000

Color Harmonies of #ACC5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5BE

Black with #ACC5BE

Text Example


Text Example

White with #ACC5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5BE; }

 p { color: rgb(172,197,190); }

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

background-color css

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

 a { background-color: rgb(172,197,190); }

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

border-color css

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

 span { border-color: rgb(172,197,190); }

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