Html Css Color HEX #A0FAB1 Celadon

📋 copy color: '#A0FAB1'

red 160 ◦ green 250 ◦ blue 177

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

Shades of Celadon #A0FAB1

Tints of Celadon #A0FAB1

RGB

 RED value IS 160 (62.89% from 255) = 27.26%

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

 BLUE value IS 177 (69.53% from 255) = 30.15%

R = 27.26%
G = 42.59%
B = 30.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#A0FAB1 (or 0xA0FAB1) is known color: Celadon. HEX triplet: A0, FA and B1. RGB value is (160,250,177). Sum of RGB (Red+Green+Blue) = 160+250+177=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAB1 is #5F054E. Grayscale: #D6D6D6. Windows color (decimal): -6227279 or 11664032. OLE color: 11664032.

HSL color Cylindrical-coordinate representation of color #A0FAB1: hue angle of 131.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FAB1 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 177 -
CMYK 0.36 0 0.29 0.02
HSL 131.33º 0.9% 0.8% -
HSV(B) 131.33º 0.36% 0.98% -
XYZ 56.62 79.02 53.86 -
YUV 214.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 160 250 177 0.36 0 0.29 0.02 131.33 0.9 0.8
Hex A0 FA B1 24 0 1D 2 83 5A 50
Octal 240 372 261 44 0 35 2 203 132 120
Binary 10100000 11111010 10110001 100100 0 11101 10 10000011 1011010 1010000

Color Harmonies of #A0FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAB1

Black with #A0FAB1

Text Example


Text Example

White with #A0FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAB1; }

 p { color: rgb(160,250,177); }

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

background-color css

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

 a { background-color: rgb(160,250,177); }

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

border-color css

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

 span { border-color: rgb(160,250,177); }

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