Html Css Color HEX #ABCEA5 Zanah

📋 copy color: '#ABCEA5'

red 171 ◦ green 206 ◦ blue 165

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

Shades of Zanah #ABCEA5

Tints of Zanah #ABCEA5

RGB

 RED value IS 171 (67.19% from 255) = 31.55%

 GREEN value IS 206 (80.86% from 255) = 38.01%

 BLUE value IS 165 (64.84% from 255) = 30.44%

R = 31.55%
G = 38.01%
B = 30.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#ABCEA5 (or 0xABCEA5) is known color: Zanah. HEX triplet: AB, CE and A5. RGB value is (171,206,165). Sum of RGB (Red+Green+Blue) = 171+206+165=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEA5 is #54315A. Grayscale: #BEBEBE. Windows color (decimal): -5517659 or 10866347. OLE color: 10866347.

HSL color Cylindrical-coordinate representation of color #ABCEA5: hue angle of 111.22º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCEA5 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 206 165 -
CMYK 0.17 0 0.20 0.19
HSL 111.22º 0.29% 0.73% -
HSV(B) 111.22º 0.2% 0.81% -
XYZ 45.66 55.52 43.91 -
YUV 190.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 171 206 165 0.17 0 0.20 0.19 111.22 0.29 0.73
Hex AB CE A5 11 0 14 13 6F 1D 49
Octal 253 316 245 21 0 24 23 157 35 111
Binary 10101011 11001110 10100101 10001 0 10100 10011 1101111 11101 1001001

Color Harmonies of #ABCEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEA5

Black with #ABCEA5

Text Example


Text Example

White with #ABCEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEA5; }

 p { color: rgb(171,206,165); }

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

background-color css

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

 a { background-color: rgb(171,206,165); }

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

border-color css

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

 span { border-color: rgb(171,206,165); }

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