Html Css Color HEX #ADEBAE Celadon

📋 copy color: '#ADEBAE'

red 173 ◦ green 235 ◦ blue 174

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

Shades of Celadon #ADEBAE

Tints of Celadon #ADEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

 BLUE value IS 174 (68.36% from 255) = 29.9%

R = 29.73%
G = 40.38%
B = 29.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#ADEBAE (or 0xADEBAE) is known color: Celadon. HEX triplet: AD, EB and AE. RGB value is (173,235,174). Sum of RGB (Red+Green+Blue) = 173+235+174=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBAE is #521451. Grayscale: #D1D1D1. Windows color (decimal): -5379154 or 11463597. OLE color: 11463597.

HSL color Cylindrical-coordinate representation of color #ADEBAE: hue angle of 120.97º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 174 -
CMYK 0.26 0 0.26 0.08
HSL 120.97º 0.61% 0.8% -
HSV(B) 120.97º 0.26% 0.92% -
XYZ 54.58 71.36 50.94 -
YUV 209.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 173 235 174 0.26 0 0.26 0.08 120.97 0.61 0.8
Hex AD EB AE 1A 0 1A 8 79 3D 50
Octal 255 353 256 32 0 32 10 171 75 120
Binary 10101101 11101011 10101110 11010 0 11010 1000 1111001 111101 1010000

Color Harmonies of #ADEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBAE

Black with #ADEBAE

Text Example


Text Example

White with #ADEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBAE; }

 p { color: rgb(173,235,174); }

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

background-color css

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

 a { background-color: rgb(173,235,174); }

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

border-color css

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

 span { border-color: rgb(173,235,174); }

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