Html Css Color HEX #ADEBB0 Celadon

📋 copy color: '#ADEBB0'

red 173 ◦ green 235 ◦ blue 176

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

Shades of Celadon #ADEBB0

Tints of Celadon #ADEBB0

RGB

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

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

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

R = 29.62%
G = 40.24%
B = 30.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#ADEBB0 (or 0xADEBB0) is known color: Celadon. HEX triplet: AD, EB and B0. RGB value is (173,235,176). Sum of RGB (Red+Green+Blue) = 173+235+176=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBB0 is #52144F. Grayscale: #D1D1D1. Windows color (decimal): -5379152 or 11594669. OLE color: 11594669.

HSL color Cylindrical-coordinate representation of color #ADEBB0: hue angle of 122.9º 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 #ADEBB0 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 176 -
CMYK 0.26 0 0.25 0.08
HSL 122.9º 0.61% 0.8% -
HSV(B) 122.9º 0.26% 0.92% -
XYZ 54.78 71.44 51.98 -
YUV 209.74 108.96 101.8 -
System Red Green Blue C M Y K H S L
Decimal 173 235 176 0.26 0 0.25 0.08 122.9 0.61 0.8
Hex AD EB B0 1A 0 19 8 7B 3D 50
Octal 255 353 260 32 0 31 10 173 75 120
Binary 10101101 11101011 10110000 11010 0 11001 1000 1111011 111101 1010000

Color Harmonies of #ADEBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEBB0

Black with #ADEBB0

Text Example


Text Example

White with #ADEBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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