#B5FAB1

Color #B5FAB1 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #B5FAB1

Tints of Celadon #B5FAB1

Color information

#B5FAB1 (or 0xB5FAB1) is unknown color: approx Celadon. HEX triplet: B5, FA and B1. RGB value is (181,250,177). Sum of RGB (Red+Green+Blue) = 181+250+177=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FAB1 is #4A054E. Grayscale: #DDDDDD. Windows color (decimal): -4851023 or 11664053. OLE color: 11664053.

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

Color convert

RGB181250177-
CMYK0.2800.290.02
HSL116.71º87.95%83.73%-
HSV(B)116.71º29.2%98.04%-
XYZ61.1881.3754.08-
YUV221.05103.1499.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.77%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 177 (69.53% from 255) = 29.11%
R=29.77%
G=41.12%
B=29.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501770.2800.290.02116.7187.9583.73
HexB5FAB11C01D2755854
Octal265372261340352165130124
Binary1011010111111010101100011110001110110111010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAB1; }

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

 H1.HeaderClassName
 {
   color: #B5FAB1;
 }
 .AnyTagClassName
 {
   color: #B5FAB1;
 }
</style>
background-color css

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

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

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

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

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

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