#B4FBB0

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

Shades of Celadon #B4FBB0

Tints of Celadon #B4FBB0

Color information

#B4FBB0 (or 0xB4FBB0) is unknown color: approx Celadon. HEX triplet: B4, FB and B0. RGB value is (180,251,176). Sum of RGB (Red+Green+Blue) = 180+251+176=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FBB0 is #4B044F. Grayscale: #DDDDDD. Windows color (decimal): -4916304 or 11598772. OLE color: 11598772.

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

Color convert

RGB180251176-
CMYK0.2800.300.02
HSL116.8º90.36%83.73%-
HSV(B)116.8º29.88%98.43%-
XYZ61.1681.8353.65-
YUV221.22102.4898.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 176 (69.14% from 255) = 29.00%
R=29.65%
G=41.35%
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
Decimal1802511760.2800.300.02116.890.3683.73
HexB4FBB01C01E2755a54
Octal264373260340362165132124
Binary1011010011111011101100001110001111010111010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBB0; }

 p { color: rgb(180,251,176); }

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

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

 a { background-color: rgb(180,251,176); }

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

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

 span { border-color: rgb(180,251,176); }

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