Html Css Color HEX #ADDEB1 Celadon

📋 copy color: '#ADDEB1'

red 173 ◦ green 222 ◦ blue 177

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

Shades of Celadon #ADDEB1

Tints of Celadon #ADDEB1

RGB

 RED value IS 173 (67.97% from 255) = 30.24%

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 30.24%
G = 38.81%
B = 30.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#ADDEB1 (or 0xADDEB1) is known color: Celadon. HEX triplet: AD, DE and B1. RGB value is (173,222,177). Sum of RGB (Red+Green+Blue) = 173+222+177=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEB1 is #52214E. Grayscale: #CACACA. Windows color (decimal): -5382479 or 11656877. OLE color: 11656877.

HSL color Cylindrical-coordinate representation of color #ADDEB1: hue angle of 124.9º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEB1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 177 -
CMYK 0.22 0 0.20 0.13
HSL 124.9º 0.43% 0.77% -
HSV(B) 124.9º 0.22% 0.87% -
XYZ 51.29 64.3 51.3 -
YUV 202.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 173 222 177 0.22 0 0.20 0.13 124.9 0.43 0.77
Hex AD DE B1 16 0 14 D 7D 2B 4D
Octal 255 336 261 26 0 24 15 175 53 115
Binary 10101101 11011110 10110001 10110 0 10100 1101 1111101 101011 1001101

Color Harmonies of #ADDEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEB1

Black with #ADDEB1

Text Example


Text Example

White with #ADDEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEB1; }

 p { color: rgb(173,222,177); }

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

background-color css

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

 a { background-color: rgb(173,222,177); }

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

border-color css

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

 span { border-color: rgb(173,222,177); }

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