Html Css Color HEX #AADAB1 Celadon

📋 copy color: '#AADAB1'

red 170 ◦ green 218 ◦ blue 177

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

Shades of Celadon #AADAB1

Tints of Celadon #AADAB1

RGB

 RED value IS 170 (66.8% from 255) = 30.09%

 GREEN value IS 218 (85.55% from 255) = 38.58%

 BLUE value IS 177 (69.53% from 255) = 31.33%

R = 30.09%
G = 38.58%
B = 31.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#AADAB1 (or 0xAADAB1) is known color: Celadon. HEX triplet: AA, DA and B1. RGB value is (170,218,177). Sum of RGB (Red+Green+Blue) = 170+218+177=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAB1 is #55254E. Grayscale: #C7C7C7. Windows color (decimal): -5580111 or 11655850. OLE color: 11655850.

HSL color Cylindrical-coordinate representation of color #AADAB1: hue angle of 128.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADAB1 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 177 -
CMYK 0.22 0 0.19 0.15
HSL 128.75º 0.39% 0.76% -
HSV(B) 128.75º 0.22% 0.85% -
XYZ 49.58 61.86 50.92 -
YUV 198.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 170 218 177 0.22 0 0.19 0.15 128.75 0.39 0.76
Hex AA DA B1 16 0 13 F 81 27 4C
Octal 252 332 261 26 0 23 17 201 47 114
Binary 10101010 11011010 10110001 10110 0 10011 1111 10000001 100111 1001100

Color Harmonies of #AADAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAB1

Black with #AADAB1

Text Example


Text Example

White with #AADAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAB1; }

 p { color: rgb(170,218,177); }

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

background-color css

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

 a { background-color: rgb(170,218,177); }

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

border-color css

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

 span { border-color: rgb(170,218,177); }

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