Html Css Color HEX #ACCDC5 Opal

📋 copy color: '#ACCDC5'

red 172 ◦ green 205 ◦ blue 197

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

Shades of Opal #ACCDC5

Tints of Opal #ACCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 29.97%
G = 35.71%
B = 34.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#ACCDC5 (or 0xACCDC5) is known color: Opal. HEX triplet: AC, CD and C5. RGB value is (172,205,197). Sum of RGB (Red+Green+Blue) = 172+205+197=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC5 is #53323A. Grayscale: #C2C2C2. Windows color (decimal): -5452347 or 12963244. OLE color: 12963244.

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

Color convert

RGB 172 205 197 -
CMYK 0.16 0 0.04 0.20
HSL 165.45º 0.25% 0.74% -
HSV(B) 165.45º 0.16% 0.8% -
XYZ 48.92 56.46 61.14 -
YUV 194.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 172 205 197 0.16 0 0.04 0.20 165.45 0.25 0.74
Hex AC CD C5 10 0 4 14 A5 19 4A
Octal 254 315 305 20 0 4 24 245 31 112
Binary 10101100 11001101 11000101 10000 0 100 10100 10100101 11001 1001010

Color Harmonies of #ACCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDC5

Black with #ACCDC5

Text Example


Text Example

White with #ACCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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