Html Css Color HEX #ADDAB3 Celadon

📋 copy color: '#ADDAB3'

red 173 ◦ green 218 ◦ blue 179

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

Shades of Celadon #ADDAB3

Tints of Celadon #ADDAB3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.25%

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

R = 30.35%
G = 38.25%
B = 31.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#ADDAB3 (or 0xADDAB3) is known color: Celadon. HEX triplet: AD, DA and B3. RGB value is (173,218,179). Sum of RGB (Red+Green+Blue) = 173+218+179=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB3 is #52254C. Grayscale: #C8C8C8. Windows color (decimal): -5383501 or 11786925. OLE color: 11786925.

HSL color Cylindrical-coordinate representation of color #ADDAB3: hue angle of 128º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 179 -
CMYK 0.21 0 0.18 0.15
HSL 128º 0.38% 0.77% -
HSV(B) 128º 0.21% 0.85% -
XYZ 50.44 62.28 52.01 -
YUV 200.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 173 218 179 0.21 0 0.18 0.15 128 0.38 0.77
Hex AD DA B3 15 0 12 F 80 26 4D
Octal 255 332 263 25 0 22 17 200 46 115
Binary 10101101 11011010 10110011 10101 0 10010 1111 10000000 100110 1001101

Color Harmonies of #ADDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAB3

Black with #ADDAB3

Text Example


Text Example

White with #ADDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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