#B3F3B6

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

Shades of Celadon #B3F3B6

Tints of Celadon #B3F3B6

Color information

#B3F3B6 (or 0xB3F3B6) is unknown color: approx Celadon. HEX triplet: B3, F3 and B6. RGB value is (179,243,182). Sum of RGB (Red+Green+Blue) = 179+243+182=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3B6 is #4C0C49. Grayscale: #D9D9D9. Windows color (decimal): -4983882 or 11989939. OLE color: 11989939.

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

Color convert

RGB179243182-
CMYK0.2600.250.05
HSL122.81º72.73%82.75%-
HSV(B)122.81º26.34%95.29%-
XYZ59.0877.0656.02-
YUV216.91108.3100.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 243 (95.31% from 255) = 40.23%
BLUE value IS 182 (71.48% from 255) = 30.13%
R=29.64%
G=40.23%
B=30.13%

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
Decimal1792431820.2600.250.05122.8172.7382.75
HexB3F3B61A01957b4953
Octal263363266320315173111123
Binary10110011111100111011011011010011001101111101110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3B6; }

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

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

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

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

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

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

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

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