Html Css Color HEX #ABEDAA Celadon

📋 copy color: '#ABEDAA'

red 171 ◦ green 237 ◦ blue 170

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

Shades of Celadon #ABEDAA

Tints of Celadon #ABEDAA

RGB

 RED value IS 171 (67.19% from 255) = 29.58%

 GREEN value IS 237 (92.97% from 255) = 41%

 BLUE value IS 170 (66.8% from 255) = 29.41%

R = 29.58%
G = 41%
B = 29.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ABEDAA (or 0xABEDAA) is known color: Celadon. HEX triplet: AB, ED and AA. RGB value is (171,237,170). Sum of RGB (Red+Green+Blue) = 171+237+170=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEDAA is #541255. Grayscale: #D1D1D1. Windows color (decimal): -5509718 or 11201963. OLE color: 11201963.

HSL color Cylindrical-coordinate representation of color #ABEDAA: hue angle of 119.1º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDAA is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 170 -
CMYK 0.28 0 0.28 0.07
HSL 119.1º 0.65% 0.8% -
HSV(B) 119.1º 0.28% 0.93% -
XYZ 54.33 72.13 49.09 -
YUV 209.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 171 237 170 0.28 0 0.28 0.07 119.1 0.65 0.8
Hex AB ED AA 1C 0 1C 7 77 41 50
Octal 253 355 252 34 0 34 7 167 101 120
Binary 10101011 11101101 10101010 11100 0 11100 111 1110111 1000001 1010000

Color Harmonies of #ABEDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEDAA

Black with #ABEDAA

Text Example


Text Example

White with #ABEDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEDAA; }

 p { color: rgb(171,237,170); }

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

background-color css

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

 a { background-color: rgb(171,237,170); }

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

border-color css

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

 span { border-color: rgb(171,237,170); }

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