#B2F6B3

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

Shades of Celadon #B2F6B3

Tints of Celadon #B2F6B3

Color information

#B2F6B3 (or 0xB2F6B3) is unknown color: approx Celadon. HEX triplet: B2, F6 and B3. RGB value is (178,246,179). Sum of RGB (Red+Green+Blue) = 178+246+179=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6B3 is #4D094C. Grayscale: #DADADA. Windows color (decimal): -5048653 or 11794098. OLE color: 11794098.

HSL color Cylindrical-coordinate representation of color #B2F6B3: hue angle of 120.88º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F6B3 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB178246179-
CMYK0.2800.270.04
HSL120.88º79.07%83.14%-
HSV(B)120.88º27.64%96.47%-
XYZ59.4578.6354.69-
YUV218.03105.9799.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.52%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=29.52%
G=40.80%
B=29.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782461790.2800.270.04120.8879.0783.14
HexB2F6B31C01B4794f53
Octal262366263340334171117123
Binary10110010111101101011001111100011011100111100110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F6B3; }

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

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

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

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

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

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

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

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