#B3F1B5

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

Shades of Celadon #B3F1B5

Tints of Celadon #B3F1B5

Color information

#B3F1B5 (or 0xB3F1B5) is unknown color: approx Celadon. HEX triplet: B3, F1 and B5. RGB value is (179,241,181). Sum of RGB (Red+Green+Blue) = 179+241+181=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1B5 is #4C0E4A. Grayscale: #D7D7D7. Windows color (decimal): -4984395 or 11923891. OLE color: 11923891.

HSL color Cylindrical-coordinate representation of color #B3F1B5: hue angle of 121.94º 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 #B3F1B5 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB179241181-
CMYK0.2600.250.05
HSL121.94º68.89%82.35%-
HSV(B)121.94º25.73%94.51%-
XYZ58.3975.8355.28-
YUV215.62108.46101.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.78%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=29.78%
G=40.10%
B=30.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792411810.2600.250.05121.9468.8982.35
HexB3F1B51A01957a4552
Octal263361265320315172105122
Binary10110011111100011011010111010011001101111101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1B5; }

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

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

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

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

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

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

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

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