#B5FAB0

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

Shades of Celadon #B5FAB0

Tints of Celadon #B5FAB0

Color information

#B5FAB0 (or 0xB5FAB0) is unknown color: approx Celadon. HEX triplet: B5, FA and B0. RGB value is (181,250,176). Sum of RGB (Red+Green+Blue) = 181+250+176=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FAB0 is #4A054F. Grayscale: #DDDDDD. Windows color (decimal): -4851024 or 11598517. OLE color: 11598517.

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

Color convert

RGB181250176-
CMYK0.2800.300.02
HSL115.95º88.1%83.53%-
HSV(B)115.95º29.6%98.04%-
XYZ61.0881.3353.55-
YUV220.93102.6499.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.82%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=29.82%
G=41.19%
B=29.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501760.2800.300.02115.9588.183.53
HexB5FAB01C01E2745854
Octal265372260340362164130124
Binary1011010111111010101100001110001111010111010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FAB0; }

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

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

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

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

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

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

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

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