#B1EBB3

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

Shades of Celadon #B1EBB3

Tints of Celadon #B1EBB3

Color information

#B1EBB3 (or 0xB1EBB3) is unknown color: approx Celadon. HEX triplet: B1, EB and B3. RGB value is (177,235,179). Sum of RGB (Red+Green+Blue) = 177+235+179=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBB3 is #4E144C. Grayscale: #D3D3D3. Windows color (decimal): -5117005 or 11791281. OLE color: 11791281.

HSL color Cylindrical-coordinate representation of color #B1EBB3: hue angle of 122.07º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBB3 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB177235179-
CMYK0.2500.240.08
HSL122.07º59.18%80.78%-
HSV(B)122.07º24.68%92.16%-
XYZ55.9872.0253.6-
YUV211.27109.78103.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.95%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 179 (70.31% from 255) = 30.29%
R=29.95%
G=39.76%
B=30.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351790.2500.240.08122.0759.1880.78
HexB1EBB31901887a3b51
Octal261353263310301017273121
Binary10110001111010111011001111001011000100011110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBB3; }

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

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

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

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

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

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

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

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