#B3F1B3

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

Shades of Celadon #B3F1B3

Tints of Celadon #B3F1B3

Color information

#B3F1B3 (or 0xB3F1B3) is unknown color: approx Celadon. HEX triplet: B3, F1 and B3. RGB value is (179,241,179). Sum of RGB (Red+Green+Blue) = 179+241+179=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1B3 is #4C0E4C. Grayscale: #D7D7D7. Windows color (decimal): -4984397 or 11792819. OLE color: 11792819.

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

Color convert

RGB179241179-
CMYK0.2600.260.05
HSL120º68.89%82.35%-
HSV(B)120º25.73%94.51%-
XYZ58.1875.7554.2-
YUV215.39107.46102.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=29.88%
G=40.23%
B=29.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792411790.2600.260.0512068.8982.35
HexB3F1B31A01A5784552
Octal263361263320325170105122
Binary10110011111100011011001111010011010101111100010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1B3; }

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

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

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

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

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

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

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

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