#B0E8B4

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

Shades of Celadon #B0E8B4

Tints of Celadon #B0E8B4

Color information

#B0E8B4 (or 0xB0E8B4) is unknown color: approx Celadon. HEX triplet: B0, E8 and B4. RGB value is (176,232,180). Sum of RGB (Red+Green+Blue) = 176+232+180=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #B0E8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E8B4 is #4F174B. Grayscale: #D1D1D1. Windows color (decimal): -5183308 or 11856048. OLE color: 11856048.

HSL color Cylindrical-coordinate representation of color #B0E8B4: hue angle of 124.29º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E8B4 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB176232180-
CMYK0.2400.220.09
HSL124.29º54.9%80%-
HSV(B)124.29º24.14%90.98%-
XYZ5570.2453.84-
YUV209.33111.45104.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 232 (91.02% from 255) = 39.46%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=29.93%
G=39.46%
B=30.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762321800.2400.220.09124.2954.980
HexB0E8B41801697c3750
Octal260350264300261117467120
Binary10110000111010001011010011000010110100111111001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8B4; }

 p { color: rgb(176,232,180); }

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

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

 a { background-color: rgb(176,232,180); }

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

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

 span { border-color: rgb(176,232,180); }

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