#B3F0B3

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

Shades of Celadon #B3F0B3

Tints of Celadon #B3F0B3

Color information

#B3F0B3 (or 0xB3F0B3) is unknown color: approx Celadon. HEX triplet: B3, F0 and B3. RGB value is (179,240,179). Sum of RGB (Red+Green+Blue) = 179+240+179=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0B3 is #4C0F4C. Grayscale: #D6D6D6. Windows color (decimal): -4984653 or 11792563. OLE color: 11792563.

HSL color Cylindrical-coordinate representation of color #B3F0B3: hue angle of 120º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0B3 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB179240179-
CMYK0.2500.250.06
HSL120º67.03%82.16%-
HSV(B)120º25.42%94.12%-
XYZ57.8975.1654.1-
YUV214.81107.79102.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.93%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=29.93%
G=40.13%
B=29.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792401790.2500.250.0612067.0382.16
HexB3F0B3190196784352
Octal263360263310316170103122
Binary10110011111100001011001111001011001110111100010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F0B3; }

 p { color: rgb(179,240,179); }

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

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

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

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

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

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

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