Html Css Color HEX #ADDBB4 Celadon

📋 copy color: '#ADDBB4'

red 173 ◦ green 219 ◦ blue 180

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

Shades of Celadon #ADDBB4

Tints of Celadon #ADDBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

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

R = 30.24%
G = 38.29%
B = 31.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB4 (or 0xADDBB4) is known color: Celadon. HEX triplet: AD, DB and B4. RGB value is (173,219,180). Sum of RGB (Red+Green+Blue) = 173+219+180=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBB4 is #52244B. Grayscale: #C8C8C8. Windows color (decimal): -5383244 or 11852717. OLE color: 11852717.

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

Color convert

RGB 173 219 180 -
CMYK 0.21 0 0.18 0.14
HSL 129.13º 0.39% 0.77% -
HSV(B) 129.13º 0.21% 0.86% -
XYZ 50.8 62.84 52.63 -
YUV 200.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 173 219 180 0.21 0 0.18 0.14 129.13 0.39 0.77
Hex AD DB B4 15 0 12 E 81 27 4D
Octal 255 333 264 25 0 22 16 201 47 115
Binary 10101101 11011011 10110100 10101 0 10010 1110 10000001 100111 1001101

Color Harmonies of #ADDBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB4

Black with #ADDBB4

Text Example


Text Example

White with #ADDBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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