#B3FAB1

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

Shades of Celadon #B3FAB1

Tints of Celadon #B3FAB1

Color information

#B3FAB1 (or 0xB3FAB1) is unknown color: approx Celadon. HEX triplet: B3, FA and B1. RGB value is (179,250,177). Sum of RGB (Red+Green+Blue) = 179+250+177=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FAB1 is #4C054E. Grayscale: #DCDCDC. Windows color (decimal): -4982095 or 11664051. OLE color: 11664051.

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

Color convert

RGB179250177-
CMYK0.2800.290.02
HSL118.36º87.95%83.73%-
HSV(B)118.36º29.2%98.04%-
XYZ60.7181.1354.05-
YUV220.45103.4898.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=29.54%
G=41.25%
B=29.21%

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
Decimal1792501770.2800.290.02118.3687.9583.73
HexB3FAB11C01D2765854
Octal263372261340352166130124
Binary1011001111111010101100011110001110110111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAB1; }

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

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

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

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

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

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

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

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