Html Css Color HEX #ADDFB4 Celadon

📋 copy color: '#ADDFB4'

red 173 ◦ green 223 ◦ blue 180

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

Shades of Celadon #ADDFB4

Tints of Celadon #ADDFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.72%

 BLUE value IS 180 (70.7% from 255) = 31.25%

R = 30.03%
G = 38.72%
B = 31.25%

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

#ADDFB4 (or 0xADDFB4) is known color: Celadon. HEX triplet: AD, DF and B4. RGB value is (173,223,180). Sum of RGB (Red+Green+Blue) = 173+223+180=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFB4 is #52204B. Grayscale: #CBCBCB. Windows color (decimal): -5382220 or 11853741. OLE color: 11853741.

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

Color convert

RGB 173 223 180 -
CMYK 0.22 0 0.19 0.13
HSL 128.4º 0.44% 0.78% -
HSV(B) 128.4º 0.22% 0.87% -
XYZ 51.86 64.95 52.98 -
YUV 203.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 173 223 180 0.22 0 0.19 0.13 128.4 0.44 0.78
Hex AD DF B4 16 0 13 D 80 2C 4E
Octal 255 337 264 26 0 23 15 200 54 116
Binary 10101101 11011111 10110100 10110 0 10011 1101 10000000 101100 1001110

Color Harmonies of #ADDFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFB4

Black with #ADDFB4

Text Example


Text Example

White with #ADDFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFB4; }

 p { color: rgb(173,223,180); }

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

background-color css

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

 a { background-color: rgb(173,223,180); }

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

border-color css

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

 span { border-color: rgb(173,223,180); }

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