#B0FAB1

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

Shades of Celadon #B0FAB1

Tints of Celadon #B0FAB1

Color information

#B0FAB1 (or 0xB0FAB1) is unknown color: approx Celadon. HEX triplet: B0, FA and B1. RGB value is (176,250,177). Sum of RGB (Red+Green+Blue) = 176+250+177=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FAB1 is #4F054E. Grayscale: #DBDBDB. Windows color (decimal): -5178703 or 11664048. OLE color: 11664048.

HSL color Cylindrical-coordinate representation of color #B0FAB1: hue angle of 120.81º 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 #B0FAB1 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB176250177-
CMYK0.3000.290.02
HSL120.81º88.1%83.53%-
HSV(B)120.81º29.6%98.04%-
XYZ60.0380.7854.02-
YUV219.55103.9896.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.19%
GREEN value IS 250 (98.05% from 255) = 41.46%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=29.19%
G=41.46%
B=29.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501770.3000.290.02120.8188.183.53
HexB0FAB11E01D2795854
Octal260372261360352171130124
Binary1011000011111010101100011111001110110111100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAB1; }

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

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

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

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

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

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

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

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