Html Css Color HEX #ADD8B0 Celadon

📋 copy color: '#ADD8B0'

red 173 ◦ green 216 ◦ blue 176

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

Shades of Celadon #ADD8B0

Tints of Celadon #ADD8B0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.23%

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

R = 30.62%
G = 38.23%
B = 31.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#ADD8B0 (or 0xADD8B0) is known color: Celadon. HEX triplet: AD, D8 and B0. RGB value is (173,216,176). Sum of RGB (Red+Green+Blue) = 173+216+176=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD8B0 is #52274F. Grayscale: #C6C6C6. Windows color (decimal): -5384016 or 11589805. OLE color: 11589805.

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

Color convert

RGB 173 216 176 -
CMYK 0.20 0 0.19 0.15
HSL 124.19º 0.36% 0.76% -
HSV(B) 124.19º 0.2% 0.85% -
XYZ 49.63 61.13 50.26 -
YUV 198.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 173 216 176 0.20 0 0.19 0.15 124.19 0.36 0.76
Hex AD D8 B0 14 0 13 F 7C 24 4C
Octal 255 330 260 24 0 23 17 174 44 114
Binary 10101101 11011000 10110000 10100 0 10011 1111 1111100 100100 1001100

Color Harmonies of #ADD8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8B0

Black with #ADD8B0

Text Example


Text Example

White with #ADD8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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