Html Css Color HEX #ADDBB2 Celadon

📋 copy color: '#ADDBB2'

red 173 ◦ green 219 ◦ blue 178

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

Shades of Celadon #ADDBB2

Tints of Celadon #ADDBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.23%

R = 30.35%
G = 38.42%
B = 31.23%

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

#ADDBB2 (or 0xADDBB2) is known color: Celadon. HEX triplet: AD, DB and B2. RGB value is (173,219,178). Sum of RGB (Red+Green+Blue) = 173+219+178=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBB2 is #52244D. Grayscale: #C8C8C8. Windows color (decimal): -5383246 or 11721645. OLE color: 11721645.

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

Color convert

RGB 173 219 178 -
CMYK 0.21 0 0.19 0.14
HSL 126.52º 0.39% 0.77% -
HSV(B) 126.52º 0.21% 0.86% -
XYZ 50.6 62.76 51.57 -
YUV 200.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 173 219 178 0.21 0 0.19 0.14 126.52 0.39 0.77
Hex AD DB B2 15 0 13 E 7F 27 4D
Octal 255 333 262 25 0 23 16 177 47 115
Binary 10101101 11011011 10110010 10101 0 10011 1110 1111111 100111 1001101

Color Harmonies of #ADDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB2

Black with #ADDBB2

Text Example


Text Example

White with #ADDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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