#B0E1B1

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

Shades of Celadon #B0E1B1

Tints of Celadon #B0E1B1

Color information

#B0E1B1 (or 0xB0E1B1) is unknown color: approx Celadon. HEX triplet: B0, E1 and B1. RGB value is (176,225,177). Sum of RGB (Red+Green+Blue) = 176+225+177=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E1B1 is #4F1E4E. Grayscale: #CDCDCD. Windows color (decimal): -5185103 or 11657648. OLE color: 11657648.

HSL color Cylindrical-coordinate representation of color #B0E1B1: hue angle of 121.22º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E1B1 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB176225177-
CMYK0.2200.210.12
HSL121.22º44.95%78.63%-
HSV(B)121.22º21.78%88.24%-
XYZ52.7766.2551.6-
YUV204.88112.27107.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=30.45%
G=38.93%
B=30.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251770.2200.210.12121.2244.9578.63
HexB0E1B116015C792d4f
Octal260341261260251417155117
Binary10110000111000011011000110110010101110011110011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E1B1; }

 p { color: rgb(176,225,177); }

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

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

 a { background-color: rgb(176,225,177); }

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

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

 span { border-color: rgb(176,225,177); }

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