#B3F1B0

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

Shades of Celadon #B3F1B0

Tints of Celadon #B3F1B0

Color information

#B3F1B0 (or 0xB3F1B0) is unknown color: approx Celadon. HEX triplet: B3, F1 and B0. RGB value is (179,241,176). Sum of RGB (Red+Green+Blue) = 179+241+176=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F1B0 is #4C0E4F. Grayscale: #D7D7D7. Windows color (decimal): -4984400 or 11596211. OLE color: 11596211.

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

Color convert

RGB179241176-
CMYK0.2600.270.05
HSL117.23º69.89%81.76%-
HSV(B)117.23º26.97%94.51%-
XYZ57.8875.6352.62-
YUV215.05105.96102.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=30.03%
G=40.44%
B=29.53%

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
Decimal1792411760.2600.270.05117.2369.8981.76
HexB3F1B01A01B5754652
Octal263361260320335165106122
Binary10110011111100011011000011010011011101111010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1B0; }

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

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

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

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

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

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

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

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