Html Css Color HEX #ADDBB3 Celadon

📋 copy color: '#ADDBB3'

red 173 ◦ green 219 ◦ blue 179

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

Shades of Celadon #ADDBB3

Tints of Celadon #ADDBB3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 30.3%
G = 38.35%
B = 31.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB3 (or 0xADDBB3) is known color: Celadon. HEX triplet: AD, DB and B3. RGB value is (173,219,179). Sum of RGB (Red+Green+Blue) = 173+219+179=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB3 is #52244C. Grayscale: #C8C8C8. Windows color (decimal): -5383245 or 11787181. OLE color: 11787181.

HSL color Cylindrical-coordinate representation of color #ADDBB3: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBB3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 179 -
CMYK 0.21 0 0.18 0.14
HSL 127.83º 0.39% 0.77% -
HSV(B) 127.83º 0.21% 0.86% -
XYZ 50.7 62.8 52.1 -
YUV 200.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 173 219 179 0.21 0 0.18 0.14 127.83 0.39 0.77
Hex AD DB B3 15 0 12 E 80 27 4D
Octal 255 333 263 25 0 22 16 200 47 115
Binary 10101101 11011011 10110011 10101 0 10010 1110 10000000 100111 1001101

Color Harmonies of #ADDBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB3

Black with #ADDBB3

Text Example


Text Example

White with #ADDBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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