Html Css Color HEX #ADDFB3 Celadon

📋 copy color: '#ADDFB3'

red 173 ◦ green 223 ◦ blue 179

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

Shades of Celadon #ADDFB3

Tints of Celadon #ADDFB3

RGB

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

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

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

R = 30.09%
G = 38.78%
B = 31.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#ADDFB3 (or 0xADDFB3) is known color: Celadon. HEX triplet: AD, DF and B3. RGB value is (173,223,179). Sum of RGB (Red+Green+Blue) = 173+223+179=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFB3 is #52204C. Grayscale: #CBCBCB. Windows color (decimal): -5382221 or 11788205. OLE color: 11788205.

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

Color convert

RGB 173 223 179 -
CMYK 0.22 0 0.20 0.13
HSL 127.2º 0.44% 0.78% -
HSV(B) 127.2º 0.22% 0.87% -
XYZ 51.76 64.91 52.45 -
YUV 203.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 173 223 179 0.22 0 0.20 0.13 127.2 0.44 0.78
Hex AD DF B3 16 0 14 D 7F 2C 4E
Octal 255 337 263 26 0 24 15 177 54 116
Binary 10101101 11011111 10110011 10110 0 10100 1101 1111111 101100 1001110

Color Harmonies of #ADDFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFB3

Black with #ADDFB3

Text Example


Text Example

White with #ADDFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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