Html Css Color HEX #ADD6B0 Celadon

📋 copy color: '#ADD6B0'

red 173 ◦ green 214 ◦ blue 176

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

Shades of Celadon #ADD6B0

Tints of Celadon #ADD6B0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

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

R = 30.73%
G = 38.01%
B = 31.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#ADD6B0 (or 0xADD6B0) is known color: Celadon. HEX triplet: AD, D6 and B0. RGB value is (173,214,176). Sum of RGB (Red+Green+Blue) = 173+214+176=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD6B0 is #52294F. Grayscale: #C5C5C5. Windows color (decimal): -5384528 or 11589293. OLE color: 11589293.

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

Color convert

RGB 173 214 176 -
CMYK 0.19 0 0.18 0.16
HSL 124.39º 0.33% 0.76% -
HSV(B) 124.39º 0.19% 0.84% -
XYZ 49.12 60.11 50.09 -
YUV 197.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 173 214 176 0.19 0 0.18 0.16 124.39 0.33 0.76
Hex AD D6 B0 13 0 12 10 7C 21 4C
Octal 255 326 260 23 0 22 20 174 41 114
Binary 10101101 11010110 10110000 10011 0 10010 10000 1111100 100001 1001100

Color Harmonies of #ADD6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6B0

Black with #ADD6B0

Text Example


Text Example

White with #ADD6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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