Html Css Color HEX #ADDCB0 Celadon

📋 copy color: '#ADDCB0'

red 173 ◦ green 220 ◦ blue 176

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

Shades of Celadon #ADDCB0

Tints of Celadon #ADDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

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

R = 30.4%
G = 38.66%
B = 30.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#ADDCB0 (or 0xADDCB0) is known color: Celadon. HEX triplet: AD, DC and B0. RGB value is (173,220,176). Sum of RGB (Red+Green+Blue) = 173+220+176=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCB0 is #52234F. Grayscale: #C9C9C9. Windows color (decimal): -5382992 or 11590829. OLE color: 11590829.

HSL color Cylindrical-coordinate representation of color #ADDCB0: hue angle of 123.83º degrees, saturation: 0.4, 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 #ADDCB0 is Cyan = 0.21, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 176 -
CMYK 0.21 0 0.2 0.14
HSL 123.83º 0.4% 0.77% -
HSV(B) 123.83º 0.21% 0.86% -
XYZ 50.66 63.21 50.6 -
YUV 200.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 173 220 176 0.21 0 0.2 0.14 123.83 0.4 0.77
Hex AD DC B0 15 0 14 E 7C 28 4D
Octal 255 334 260 25 0 24 16 174 50 115
Binary 10101101 11011100 10110000 10101 0 10100 1110 1111100 101000 1001101

Color Harmonies of #ADDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCB0

Black with #ADDCB0

Text Example


Text Example

White with #ADDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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