Html Css Color HEX #AECCC4 Opal

📋 copy color: '#AECCC4'

red 174 ◦ green 204 ◦ blue 196

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

Shades of Opal #AECCC4

Tints of Opal #AECCC4

RGB

 RED value IS 174 (68.36% from 255) = 30.31%

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

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

R = 30.31%
G = 35.54%
B = 34.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#AECCC4 (or 0xAECCC4) is known color: Opal. HEX triplet: AE, CC and C4. RGB value is (174,204,196). Sum of RGB (Red+Green+Blue) = 174+204+196=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC4 is #51333B. Grayscale: #C2C2C2. Windows color (decimal): -5321532 or 12897454. OLE color: 12897454.

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

Color convert

RGB 174 204 196 -
CMYK 0.15 0 0.04 0.2
HSL 164º 0.23% 0.74% -
HSV(B) 164º 0.15% 0.8% -
XYZ 49.01 56.17 60.48 -
YUV 194.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 174 204 196 0.15 0 0.04 0.2 164 0.23 0.74
Hex AE CC C4 F 0 4 14 A4 17 4A
Octal 256 314 304 17 0 4 24 244 27 112
Binary 10101110 11001100 11000100 1111 0 100 10100 10100100 10111 1001010

Color Harmonies of #AECCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCC4

Black with #AECCC4

Text Example


Text Example

White with #AECCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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