Html Css Color HEX #ADDCB1 Celadon

📋 copy color: '#ADDCB1'

red 173 ◦ green 220 ◦ blue 177

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

Shades of Celadon #ADDCB1

Tints of Celadon #ADDCB1

RGB

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

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

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

R = 30.35%
G = 38.6%
B = 31.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#ADDCB1 (or 0xADDCB1) is known color: Celadon. HEX triplet: AD, DC and B1. RGB value is (173,220,177). Sum of RGB (Red+Green+Blue) = 173+220+177=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCB1 is #52234E. Grayscale: #C9C9C9. Windows color (decimal): -5382991 or 11656365. OLE color: 11656365.

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

Color convert

RGB 173 220 177 -
CMYK 0.21 0 0.20 0.14
HSL 125.11º 0.4% 0.77% -
HSV(B) 125.11º 0.21% 0.86% -
XYZ 50.76 63.24 51.13 -
YUV 201.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 173 220 177 0.21 0 0.20 0.14 125.11 0.4 0.77
Hex AD DC B1 15 0 14 E 7D 28 4D
Octal 255 334 261 25 0 24 16 175 50 115
Binary 10101101 11011100 10110001 10101 0 10100 1110 1111101 101000 1001101

Color Harmonies of #ADDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCB1

Black with #ADDCB1

Text Example


Text Example

White with #ADDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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