Html Css Color HEX #A5FAB0 Celadon

📋 copy color: '#A5FAB0'

red 165 ◦ green 250 ◦ blue 176

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

Shades of Celadon #A5FAB0

Tints of Celadon #A5FAB0

RGB

 RED value IS 165 (64.84% from 255) = 27.92%

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

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

R = 27.92%
G = 42.3%
B = 29.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#A5FAB0 (or 0xA5FAB0) is known color: Celadon. HEX triplet: A5, FA and B0. RGB value is (165,250,176). Sum of RGB (Red+Green+Blue) = 165+250+176=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAB0 is #5A054F. Grayscale: #D8D8D8. Windows color (decimal): -5899600 or 11598501. OLE color: 11598501.

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

Color convert

RGB 165 250 176 -
CMYK 0.34 0 0.30 0.02
HSL 127.76º 0.89% 0.81% -
HSV(B) 127.76º 0.34% 0.98% -
XYZ 57.54 79.51 53.39 -
YUV 216.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 165 250 176 0.34 0 0.30 0.02 127.76 0.89 0.81
Hex A5 FA B0 22 0 1E 2 80 59 51
Octal 245 372 260 42 0 36 2 200 131 121
Binary 10100101 11111010 10110000 100010 0 11110 10 10000000 1011001 1010001

Color Harmonies of #A5FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAB0

Black with #A5FAB0

Text Example


Text Example

White with #A5FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAB0; }

 p { color: rgb(165,250,176); }

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

background-color css

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

 a { background-color: rgb(165,250,176); }

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

border-color css

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

 span { border-color: rgb(165,250,176); }

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