#B3F4B6

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

Shades of Celadon #B3F4B6

Tints of Celadon #B3F4B6

Color information

#B3F4B6 (or 0xB3F4B6) is unknown color: approx Celadon. HEX triplet: B3, F4 and B6. RGB value is (179,244,182). Sum of RGB (Red+Green+Blue) = 179+244+182=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F4B6 is #4C0B49. Grayscale: #D9D9D9. Windows color (decimal): -4983626 or 11990195. OLE color: 11990195.

HSL color Cylindrical-coordinate representation of color #B3F4B6: hue angle of 122.77º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F4B6 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB179244182-
CMYK0.2700.250.04
HSL122.77º74.71%82.94%-
HSV(B)122.77º26.64%95.69%-
XYZ59.3877.6656.12-
YUV217.5107.97100.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=29.59%
G=40.33%
B=30.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792441820.2700.250.04122.7774.7182.94
HexB3F4B61B01947b4b53
Octal263364266330314173113123
Binary10110011111101001011011011011011001100111101110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F4B6; }

 p { color: rgb(179,244,182); }

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

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

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

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

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

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

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