#B3F8B1

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

Shades of Celadon #B3F8B1

Tints of Celadon #B3F8B1

Color information

#B3F8B1 (or 0xB3F8B1) is unknown color: approx Celadon. HEX triplet: B3, F8 and B1. RGB value is (179,248,177). Sum of RGB (Red+Green+Blue) = 179+248+177=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F8B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F8B1 is #4C074E. Grayscale: #DBDBDB. Windows color (decimal): -4982607 or 11663539. OLE color: 11663539.

HSL color Cylindrical-coordinate representation of color #B3F8B1: hue angle of 118.31º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3F8B1 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB179248177-
CMYK0.2800.290.03
HSL118.31º83.53%83.33%-
HSV(B)118.31º28.63%97.25%-
XYZ60.0979.8953.85-
YUV219.27104.1499.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 248 (97.27% from 255) = 41.06%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=29.64%
G=41.06%
B=29.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792481770.2800.290.03118.3183.5383.33
HexB3F8B11C01D3765453
Octal263370261340353166124123
Binary1011001111111000101100011110001110111111011010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F8B1; }

 p { color: rgb(179,248,177); }

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

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

 a { background-color: rgb(179,248,177); }

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

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

 span { border-color: rgb(179,248,177); }

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