Html Css Color HEX #ADE0B0 Celadon

📋 copy color: '#ADE0B0'

red 173 ◦ green 224 ◦ blue 176

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

Shades of Celadon #ADE0B0

Tints of Celadon #ADE0B0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.09%

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

R = 30.19%
G = 39.09%
B = 30.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#ADE0B0 (or 0xADE0B0) is known color: Celadon. HEX triplet: AD, E0 and B0. RGB value is (173,224,176). Sum of RGB (Red+Green+Blue) = 173+224+176=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE0B0 is #521F4F. Grayscale: #CBCBCB. Windows color (decimal): -5381968 or 11591853. OLE color: 11591853.

HSL color Cylindrical-coordinate representation of color #ADE0B0: hue angle of 123.53º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0B0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 224 176 -
CMYK 0.23 0 0.21 0.12
HSL 123.53º 0.45% 0.78% -
HSV(B) 123.53º 0.23% 0.88% -
XYZ 51.73 65.33 50.96 -
YUV 203.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 173 224 176 0.23 0 0.21 0.12 123.53 0.45 0.78
Hex AD E0 B0 17 0 15 C 7C 2D 4E
Octal 255 340 260 27 0 25 14 174 55 116
Binary 10101101 11100000 10110000 10111 0 10101 1100 1111100 101101 1001110

Color Harmonies of #ADE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0B0

Black with #ADE0B0

Text Example


Text Example

White with #ADE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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