#B3FAB0

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

Shades of Celadon #B3FAB0

Tints of Celadon #B3FAB0

Color information

#B3FAB0 (or 0xB3FAB0) is unknown color: approx Celadon. HEX triplet: B3, FA and B0. RGB value is (179,250,176). Sum of RGB (Red+Green+Blue) = 179+250+176=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FAB0 is #4C054F. Grayscale: #DCDCDC. Windows color (decimal): -4982096 or 11598515. OLE color: 11598515.

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

Color convert

RGB179250176-
CMYK0.2800.300.02
HSL117.57º88.1%83.53%-
HSV(B)117.57º29.6%98.04%-
XYZ60.6181.0953.53-
YUV220.34102.9898.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=29.59%
G=41.32%
B=29.09%

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
Decimal1792501760.2800.300.02117.5788.183.53
HexB3FAB01C01E2765854
Octal263372260340362166130124
Binary1011001111111010101100001110001111010111011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAB0; }

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

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

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

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

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

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

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

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