#B0EBB1

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

Shades of Celadon #B0EBB1

Tints of Celadon #B0EBB1

Color information

#B0EBB1 (or 0xB0EBB1) is unknown color: approx Celadon. HEX triplet: B0, EB and B1. RGB value is (176,235,177). Sum of RGB (Red+Green+Blue) = 176+235+177=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBB1 is #4F144E. Grayscale: #D2D2D2. Windows color (decimal): -5182543 or 11660208. OLE color: 11660208.

HSL color Cylindrical-coordinate representation of color #B0EBB1: hue angle of 121.02º degrees, saturation: 0.6, 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 #B0EBB1 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB176235177-
CMYK0.2500.250.08
HSL121.02º59.6%80.59%-
HSV(B)121.02º25.11%92.16%-
XYZ55.5571.8252.53-
YUV210.75108.95103.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 177 (69.53% from 255) = 30.10%
R=29.93%
G=39.97%
B=30.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351770.2500.250.08121.0259.680.59
HexB0EBB1190198793c51
Octal260353261310311017174121
Binary10110000111010111011000111001011001100011110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBB1; }

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

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

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

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

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

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

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

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