Html Css Color HEX #ADDCB2 Celadon

📋 copy color: '#ADDCB2'

red 173 ◦ green 220 ◦ blue 178

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

Shades of Celadon #ADDCB2

Tints of Celadon #ADDCB2

RGB

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

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

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

R = 30.3%
G = 38.53%
B = 31.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#ADDCB2 (or 0xADDCB2) is known color: Celadon. HEX triplet: AD, DC and B2. RGB value is (173,220,178). Sum of RGB (Red+Green+Blue) = 173+220+178=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCB2 is #52234D. Grayscale: #C9C9C9. Windows color (decimal): -5382990 or 11721901. OLE color: 11721901.

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

Color convert

RGB 173 220 178 -
CMYK 0.21 0 0.19 0.14
HSL 126.38º 0.4% 0.77% -
HSV(B) 126.38º 0.21% 0.86% -
XYZ 50.86 63.28 51.65 -
YUV 201.16 114.93 107.92 -
System Red Green Blue C M Y K H S L
Decimal 173 220 178 0.21 0 0.19 0.14 126.38 0.4 0.77
Hex AD DC B2 15 0 13 E 7E 28 4D
Octal 255 334 262 25 0 23 16 176 50 115
Binary 10101101 11011100 10110010 10101 0 10011 1110 1111110 101000 1001101

Color Harmonies of #ADDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCB2

Black with #ADDCB2

Text Example


Text Example

White with #ADDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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