Html Css Color HEX #ADD5B0 Celadon

📋 copy color: '#ADD5B0'

red 173 ◦ green 213 ◦ blue 176

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

Shades of Celadon #ADD5B0

Tints of Celadon #ADD5B0

RGB

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

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

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

R = 30.78%
G = 37.9%
B = 31.32%

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

#ADD5B0 (or 0xADD5B0) is known color: Celadon. HEX triplet: AD, D5 and B0. RGB value is (173,213,176). Sum of RGB (Red+Green+Blue) = 173+213+176=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD5B0 is #522A4F. Grayscale: #C4C4C4. Windows color (decimal): -5384784 or 11589037. OLE color: 11589037.

HSL color Cylindrical-coordinate representation of color #ADD5B0: hue angle of 124.5º 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 #ADD5B0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 176 -
CMYK 0.19 0 0.17 0.16
HSL 124.5º 0.32% 0.76% -
HSV(B) 124.5º 0.19% 0.84% -
XYZ 48.86 59.61 50 -
YUV 196.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 173 213 176 0.19 0 0.17 0.16 124.5 0.32 0.76
Hex AD D5 B0 13 0 11 10 7C 20 4C
Octal 255 325 260 23 0 21 20 174 40 114
Binary 10101101 11010101 10110000 10011 0 10001 10000 1111100 100000 1001100

Color Harmonies of #ADD5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5B0

Black with #ADD5B0

Text Example


Text Example

White with #ADD5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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