Html Css Color HEX #ACCBC5 Opal

📋 copy color: '#ACCBC5'

red 172 ◦ green 203 ◦ blue 197

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

Shades of Opal #ACCBC5

Tints of Opal #ACCBC5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.49%

 BLUE value IS 197 (77.34% from 255) = 34.44%

R = 30.07%
G = 35.49%
B = 34.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#ACCBC5 (or 0xACCBC5) is known color: Opal. HEX triplet: AC, CB and C5. RGB value is (172,203,197). Sum of RGB (Red+Green+Blue) = 172+203+197=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC5 is #53343A. Grayscale: #C1C1C1. Windows color (decimal): -5452859 or 12962732. OLE color: 12962732.

HSL color Cylindrical-coordinate representation of color #ACCBC5: hue angle of 168.39º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBC5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 197 -
CMYK 0.15 0 0.03 0.20
HSL 168.39º 0.23% 0.74% -
HSV(B) 168.39º 0.15% 0.8% -
XYZ 48.45 55.51 60.99 -
YUV 193.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 172 203 197 0.15 0 0.03 0.20 168.39 0.23 0.74
Hex AC CB C5 F 0 3 14 A8 17 4A
Octal 254 313 305 17 0 3 24 250 27 112
Binary 10101100 11001011 11000101 1111 0 11 10100 10101000 10111 1001010

Color Harmonies of #ACCBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBC5

Black with #ACCBC5

Text Example


Text Example

White with #ACCBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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