Html Css Color HEX #AECDB0 Zanah

📋 copy color: '#AECDB0'

red 174 ◦ green 205 ◦ blue 176

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

Shades of Zanah #AECDB0

Tints of Zanah #AECDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 31.35%
G = 36.94%
B = 31.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#AECDB0 (or 0xAECDB0) is known color: Zanah. HEX triplet: AE, CD and B0. RGB value is (174,205,176). Sum of RGB (Red+Green+Blue) = 174+205+176=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDB0 is #51324F. Grayscale: #C0C0C0. Windows color (decimal): -5321296 or 11586990. OLE color: 11586990.

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

Color convert

RGB 174 205 176 -
CMYK 0.15 0 0.14 0.20
HSL 123.87º 0.24% 0.74% -
HSV(B) 123.87º 0.15% 0.8% -
XYZ 47.12 55.8 49.36 -
YUV 192.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 174 205 176 0.15 0 0.14 0.20 123.87 0.24 0.74
Hex AE CD B0 F 0 E 14 7C 18 4A
Octal 256 315 260 17 0 16 24 174 30 112
Binary 10101110 11001101 10110000 1111 0 1110 10100 1111100 11000 1001010

Color Harmonies of #AECDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDB0

Black with #AECDB0

Text Example


Text Example

White with #AECDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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