Html Css Color HEX #ACCDC4 Opal

📋 copy color: '#ACCDC4'

red 172 ◦ green 205 ◦ blue 196

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

Shades of Opal #ACCDC4

Tints of Opal #ACCDC4

RGB

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

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

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

R = 30.02%
G = 35.78%
B = 34.21%

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

#ACCDC4 (or 0xACCDC4) is known color: Opal. HEX triplet: AC, CD and C4. RGB value is (172,205,196). Sum of RGB (Red+Green+Blue) = 172+205+196=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC4 is #53323B. Grayscale: #C2C2C2. Windows color (decimal): -5452348 or 12897708. OLE color: 12897708.

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

Color convert

RGB 172 205 196 -
CMYK 0.16 0 0.04 0.20
HSL 163.64º 0.25% 0.74% -
HSV(B) 163.64º 0.16% 0.8% -
XYZ 48.81 56.42 60.54 -
YUV 194.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 172 205 196 0.16 0 0.04 0.20 163.64 0.25 0.74
Hex AC CD C4 10 0 4 14 A4 19 4A
Octal 254 315 304 20 0 4 24 244 31 112
Binary 10101100 11001101 11000100 10000 0 100 10100 10100100 11001 1001010

Color Harmonies of #ACCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDC4

Black with #ACCDC4

Text Example


Text Example

White with #ACCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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