#B3F3B2

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

Shades of Celadon #B3F3B2

Tints of Celadon #B3F3B2

Color information

#B3F3B2 (or 0xB3F3B2) is unknown color: approx Celadon. HEX triplet: B3, F3 and B2. RGB value is (179,243,178). Sum of RGB (Red+Green+Blue) = 179+243+178=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F3B2 is #4C0C4D. Grayscale: #D8D8D8. Windows color (decimal): -4983886 or 11727795. OLE color: 11727795.

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

Color convert

RGB179243178-
CMYK0.2600.270.05
HSL119.08º73.03%82.55%-
HSV(B)119.08º26.75%95.29%-
XYZ58.6876.953.87-
YUV216.45106.3101.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 243 (95.31% from 255) = 40.5%
BLUE value IS 178 (69.92% from 255) = 29.67%
R=29.83%
G=40.5%
B=29.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792431780.2600.270.05119.0873.0382.55
HexB3F3B21A01B5774953
Octal263363262320335167111123
Binary10110011111100111011001011010011011101111011110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3B2; }

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

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

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

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

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

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

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

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