Html Css Color HEX #ADEAB4 Celadon

📋 copy color: '#ADEAB4'

red 173 ◦ green 234 ◦ blue 180

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

Shades of Celadon #ADEAB4

Tints of Celadon #ADEAB4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.86%

 BLUE value IS 180 (70.7% from 255) = 30.66%

R = 29.47%
G = 39.86%
B = 30.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#ADEAB4 (or 0xADEAB4) is known color: Celadon. HEX triplet: AD, EA and B4. RGB value is (173,234,180). Sum of RGB (Red+Green+Blue) = 173+234+180=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAB4 is #52154B. Grayscale: #D1D1D1. Windows color (decimal): -5379404 or 11856557. OLE color: 11856557.

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

Color convert

RGB 173 234 180 -
CMYK 0.26 0 0.23 0.08
HSL 126.89º 0.59% 0.8% -
HSV(B) 126.89º 0.26% 0.92% -
XYZ 54.89 71.03 54 -
YUV 209.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 173 234 180 0.26 0 0.23 0.08 126.89 0.59 0.8
Hex AD EA B4 1A 0 17 8 7F 3B 50
Octal 255 352 264 32 0 27 10 177 73 120
Binary 10101101 11101010 10110100 11010 0 10111 1000 1111111 111011 1010000

Color Harmonies of #ADEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAB4

Black with #ADEAB4

Text Example


Text Example

White with #ADEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAB4; }

 p { color: rgb(173,234,180); }

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

background-color css

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

 a { background-color: rgb(173,234,180); }

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

border-color css

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

 span { border-color: rgb(173,234,180); }

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