Html Css Color HEX #ADDDB3 Celadon

📋 copy color: '#ADDDB3'

red 173 ◦ green 221 ◦ blue 179

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

Shades of Celadon #ADDDB3

Tints of Celadon #ADDDB3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.57%

 BLUE value IS 179 (70.31% from 255) = 31.24%

R = 30.19%
G = 38.57%
B = 31.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#ADDDB3 (or 0xADDDB3) is known color: Celadon. HEX triplet: AD, DD and B3. RGB value is (173,221,179). Sum of RGB (Red+Green+Blue) = 173+221+179=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDB3 is #52224C. Grayscale: #C9C9C9. Windows color (decimal): -5382733 or 11787693. OLE color: 11787693.

HSL color Cylindrical-coordinate representation of color #ADDDB3: hue angle of 127.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDB3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 179 -
CMYK 0.22 0 0.19 0.13
HSL 127.5º 0.41% 0.77% -
HSV(B) 127.5º 0.22% 0.87% -
XYZ 51.23 63.85 52.27 -
YUV 201.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 173 221 179 0.22 0 0.19 0.13 127.5 0.41 0.77
Hex AD DD B3 16 0 13 D 80 29 4D
Octal 255 335 263 26 0 23 15 200 51 115
Binary 10101101 11011101 10110011 10110 0 10011 1101 10000000 101001 1001101

Color Harmonies of #ADDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDB3

Black with #ADDDB3

Text Example


Text Example

White with #ADDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDB3; }

 p { color: rgb(173,221,179); }

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

background-color css

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

 a { background-color: rgb(173,221,179); }

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

border-color css

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

 span { border-color: rgb(173,221,179); }

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