Html Css Color HEX #AECDC6 Opal

📋 copy color: '#AECDC6'

red 174 ◦ green 205 ◦ blue 198

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

Shades of Opal #AECDC6

Tints of Opal #AECDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.32%

R = 30.16%
G = 35.53%
B = 34.32%

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

#AECDC6 (or 0xAECDC6) is known color: Opal. HEX triplet: AE, CD and C6. RGB value is (174,205,198). Sum of RGB (Red+Green+Blue) = 174+205+198=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC6 is #513239. Grayscale: #C2C2C2. Windows color (decimal): -5321274 or 13028782. OLE color: 13028782.

HSL color Cylindrical-coordinate representation of color #AECDC6: hue angle of 166.45º degrees, saturation: 0.24, 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 #AECDC6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 198 -
CMYK 0.15 0 0.03 0.20
HSL 166.45º 0.24% 0.74% -
HSV(B) 166.45º 0.15% 0.8% -
XYZ 49.48 56.74 61.77 -
YUV 194.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 174 205 198 0.15 0 0.03 0.20 166.45 0.24 0.74
Hex AE CD C6 F 0 3 14 A6 18 4A
Octal 256 315 306 17 0 3 24 246 30 112
Binary 10101110 11001101 11000110 1111 0 11 10100 10100110 11000 1001010

Color Harmonies of #AECDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDC6

Black with #AECDC6

Text Example


Text Example

White with #AECDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDC6; }

 p { color: rgb(174,205,198); }

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

background-color css

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

 a { background-color: rgb(174,205,198); }

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

border-color css

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

 span { border-color: rgb(174,205,198); }

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