Html Css Color HEX #ADD4B1 Celadon

📋 copy color: '#ADD4B1'

red 173 ◦ green 212 ◦ blue 177

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

Shades of Celadon #ADD4B1

Tints of Celadon #ADD4B1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.72%

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

R = 30.78%
G = 37.72%
B = 31.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#ADD4B1 (or 0xADD4B1) is known color: Celadon. HEX triplet: AD, D4 and B1. RGB value is (173,212,177). Sum of RGB (Red+Green+Blue) = 173+212+177=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD4B1 is #522B4E. Grayscale: #C4C4C4. Windows color (decimal): -5385039 or 11654317. OLE color: 11654317.

HSL color Cylindrical-coordinate representation of color #ADD4B1: hue angle of 126.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4B1 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 177 -
CMYK 0.18 0 0.17 0.17
HSL 126.15º 0.31% 0.75% -
HSV(B) 126.15º 0.18% 0.83% -
XYZ 48.71 59.15 50.44 -
YUV 196.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 173 212 177 0.18 0 0.17 0.17 126.15 0.31 0.75
Hex AD D4 B1 12 0 11 11 7E 1F 4B
Octal 255 324 261 22 0 21 21 176 37 113
Binary 10101101 11010100 10110001 10010 0 10001 10001 1111110 11111 1001011

Color Harmonies of #ADD4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4B1

Black with #ADD4B1

Text Example


Text Example

White with #ADD4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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