Html Css Color HEX #ADD5B1 Celadon

📋 copy color: '#ADD5B1'

red 173 ◦ green 213 ◦ blue 177

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

Shades of Celadon #ADD5B1

Tints of Celadon #ADD5B1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.83%

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

R = 30.73%
G = 37.83%
B = 31.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#ADD5B1 (or 0xADD5B1) is known color: Celadon. HEX triplet: AD, D5 and B1. RGB value is (173,213,177). Sum of RGB (Red+Green+Blue) = 173+213+177=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD5B1 is #522A4E. Grayscale: #C5C5C5. Windows color (decimal): -5384783 or 11654573. OLE color: 11654573.

HSL color Cylindrical-coordinate representation of color #ADD5B1: hue angle of 126º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5B1 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 177 -
CMYK 0.19 0 0.17 0.16
HSL 126º 0.32% 0.76% -
HSV(B) 126º 0.19% 0.84% -
XYZ 48.96 59.65 50.53 -
YUV 196.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 173 213 177 0.19 0 0.17 0.16 126 0.32 0.76
Hex AD D5 B1 13 0 11 10 7E 20 4C
Octal 255 325 261 23 0 21 20 176 40 114
Binary 10101101 11010101 10110001 10011 0 10001 10000 1111110 100000 1001100

Color Harmonies of #ADD5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5B1

Black with #ADD5B1

Text Example


Text Example

White with #ADD5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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