#B3F6B6

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

Shades of Celadon #B3F6B6

Tints of Celadon #B3F6B6

Color information

#B3F6B6 (or 0xB3F6B6) is unknown color: approx Celadon. HEX triplet: B3, F6 and B6. RGB value is (179,246,182). Sum of RGB (Red+Green+Blue) = 179+246+182=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6B6 is #4C0949. Grayscale: #DADADA. Windows color (decimal): -4983114 or 11990707. OLE color: 11990707.

HSL color Cylindrical-coordinate representation of color #B3F6B6: hue angle of 122.69º degrees, saturation: 0.79, 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 #B3F6B6 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB179246182-
CMYK0.2700.260.04
HSL122.69º78.82%83.33%-
HSV(B)122.69º27.24%96.47%-
XYZ59.9978.8756.32-
YUV218.67107.399.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.49%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=29.49%
G=40.53%
B=29.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792461820.2700.260.04122.6978.8283.33
HexB3F6B61B01A47b4f53
Octal263366266330324173117123
Binary10110011111101101011011011011011010100111101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F6B6; }

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

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

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

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

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

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

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

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