#B0FCAC

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

Shades of Celadon #B0FCAC

Tints of Celadon #B0FCAC

Color information

#B0FCAC (or 0xB0FCAC) is unknown color: approx Celadon. HEX triplet: B0, FC and AC. RGB value is (176,252,172). Sum of RGB (Red+Green+Blue) = 176+252+172=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCAC is #4F0353. Grayscale: #DCDCDC. Windows color (decimal): -5178196 or 11336880. OLE color: 11336880.

HSL color Cylindrical-coordinate representation of color #B0FCAC: hue angle of 117º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FCAC is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB176252172-
CMYK0.3000.320.01
HSL117º93.02%83.14%-
HSV(B)117º31.75%98.82%-
XYZ60.1681.8351.65-
YUV220.16100.8296.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 252 (98.83% from 255) = 42%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=29.33%
G=42%
B=28.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762521720.3000.320.0111793.0283.14
HexB0FCAC1E0201755d53
Octal260374254360401165135123
Binary1011000011111100101011001111001000001111010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCAC; }

 p { color: rgb(176,252,172); }

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

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

 a { background-color: rgb(176,252,172); }

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

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

 span { border-color: rgb(176,252,172); }

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