Html Css Color HEX #ADD5B2 Celadon

📋 copy color: '#ADD5B2'

red 173 ◦ green 213 ◦ blue 178

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

Shades of Celadon #ADD5B2

Tints of Celadon #ADD5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 30.67%
G = 37.77%
B = 31.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#ADD5B2 (or 0xADD5B2) is known color: Celadon. HEX triplet: AD, D5 and B2. RGB value is (173,213,178). Sum of RGB (Red+Green+Blue) = 173+213+178=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD5B2 is #522A4D. Grayscale: #C5C5C5. Windows color (decimal): -5384782 or 11720109. OLE color: 11720109.

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

Color convert

RGB 173 213 178 -
CMYK 0.19 0 0.16 0.16
HSL 127.5º 0.32% 0.76% -
HSV(B) 127.5º 0.19% 0.84% -
XYZ 49.06 59.69 51.05 -
YUV 197.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 173 213 178 0.19 0 0.16 0.16 127.5 0.32 0.76
Hex AD D5 B2 13 0 10 10 80 20 4C
Octal 255 325 262 23 0 20 20 200 40 114
Binary 10101101 11010101 10110010 10011 0 10000 10000 10000000 100000 1001100

Color Harmonies of #ADD5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5B2

Black with #ADD5B2

Text Example


Text Example

White with #ADD5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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