Html Css Color HEX #ADDBB1 Celadon

📋 copy color: '#ADDBB1'

red 173 ◦ green 219 ◦ blue 177

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

Shades of Celadon #ADDBB1

Tints of Celadon #ADDBB1

RGB

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

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

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

R = 30.4%
G = 38.49%
B = 31.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB1 (or 0xADDBB1) is known color: Celadon. HEX triplet: AD, DB and B1. RGB value is (173,219,177). Sum of RGB (Red+Green+Blue) = 173+219+177=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBB1 is #52244E. Grayscale: #C8C8C8. Windows color (decimal): -5383247 or 11656109. OLE color: 11656109.

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

Color convert

RGB 173 219 177 -
CMYK 0.21 0 0.19 0.14
HSL 125.22º 0.39% 0.77% -
HSV(B) 125.22º 0.21% 0.86% -
XYZ 50.5 62.72 51.04 -
YUV 200.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 173 219 177 0.21 0 0.19 0.14 125.22 0.39 0.77
Hex AD DB B1 15 0 13 E 7D 27 4D
Octal 255 333 261 25 0 23 16 175 47 115
Binary 10101101 11011011 10110001 10101 0 10011 1110 1111101 100111 1001101

Color Harmonies of #ADDBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB1

Black with #ADDBB1

Text Example


Text Example

White with #ADDBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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