#B1EFB2

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

Shades of Celadon #B1EFB2

Tints of Celadon #B1EFB2

Color information

#B1EFB2 (or 0xB1EFB2) is unknown color: approx Celadon. HEX triplet: B1, EF and B2. RGB value is (177,239,178). Sum of RGB (Red+Green+Blue) = 177+239+178=594 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.80% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EFB2 is #4E104D. Grayscale: #D5D5D5. Windows color (decimal): -5115982 or 11726769. OLE color: 11726769.

HSL color Cylindrical-coordinate representation of color #B1EFB2: hue angle of 120.97º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFB2 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB177239178-
CMYK0.2600.260.06
HSL120.97º65.96%81.57%-
HSV(B)120.97º25.94%93.73%-
XYZ57.0374.2953.45-
YUV213.51107.96101.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.80%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=29.80%
G=40.24%
B=29.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772391780.2600.260.06120.9765.9681.57
HexB1EFB21A01A6794252
Octal261357262320326171102122
Binary10110001111011111011001011010011010110111100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFB2; }

 p { color: rgb(177,239,178); }

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

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

 a { background-color: rgb(177,239,178); }

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

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

 span { border-color: rgb(177,239,178); }

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