Html Css Color HEX #ADDBB0 Celadon

📋 copy color: '#ADDBB0'

red 173 ◦ green 219 ◦ blue 176

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

Shades of Celadon #ADDBB0

Tints of Celadon #ADDBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.99%

R = 30.46%
G = 38.56%
B = 30.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#ADDBB0 (or 0xADDBB0) is known color: Celadon. HEX triplet: AD, DB and B0. RGB value is (173,219,176). Sum of RGB (Red+Green+Blue) = 173+219+176=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBB0 is #52244F. Grayscale: #C8C8C8. Windows color (decimal): -5383248 or 11590573. OLE color: 11590573.

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

Color convert

RGB 173 219 176 -
CMYK 0.21 0 0.20 0.14
HSL 123.91º 0.39% 0.77% -
HSV(B) 123.91º 0.21% 0.86% -
XYZ 50.4 62.68 50.52 -
YUV 200.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 173 219 176 0.21 0 0.20 0.14 123.91 0.39 0.77
Hex AD DB B0 15 0 14 E 7C 27 4D
Octal 255 333 260 25 0 24 16 174 47 115
Binary 10101101 11011011 10110000 10101 0 10100 1110 1111100 100111 1001101

Color Harmonies of #ADDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBB0

Black with #ADDBB0

Text Example


Text Example

White with #ADDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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