Html Css Color HEX #ABFAAA Celadon

📋 copy color: '#ABFAAA'

red 171 ◦ green 250 ◦ blue 170

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

Shades of Celadon #ABFAAA

Tints of Celadon #ABFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.3%

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

R = 28.93%
G = 42.3%
B = 28.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#ABFAAA (or 0xABFAAA) is known color: Celadon. HEX triplet: AB, FA and AA. RGB value is (171,250,170). Sum of RGB (Red+Green+Blue) = 171+250+170=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFAAA is #540555. Grayscale: #D9D9D9. Windows color (decimal): -5506390 or 11205291. OLE color: 11205291.

HSL color Cylindrical-coordinate representation of color #ABFAAA: hue angle of 119.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAAA is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 170 -
CMYK 0.32 0 0.32 0.02
HSL 119.25º 0.89% 0.82% -
HSV(B) 119.25º 0.32% 0.98% -
XYZ 58.24 79.93 50.39 -
YUV 217.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 171 250 170 0.32 0 0.32 0.02 119.25 0.89 0.82
Hex AB FA AA 20 0 20 2 77 59 52
Octal 253 372 252 40 0 40 2 167 131 122
Binary 10101011 11111010 10101010 100000 0 100000 10 1110111 1011001 1010010

Color Harmonies of #ABFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFAAA

Black with #ABFAAA

Text Example


Text Example

White with #ABFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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