#B0EFB3

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

Shades of Celadon #B0EFB3

Tints of Celadon #B0EFB3

Color information

#B0EFB3 (or 0xB0EFB3) is unknown color: approx Celadon. HEX triplet: B0, EF and B3. RGB value is (176,239,179). Sum of RGB (Red+Green+Blue) = 176+239+179=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFB3 is #4F104C. Grayscale: #D5D5D5. Windows color (decimal): -5181517 or 11792304. OLE color: 11792304.

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

Color convert

RGB176239179-
CMYK0.2600.250.06
HSL122.86º66.32%81.37%-
HSV(B)122.86º26.36%93.73%-
XYZ56.9174.2253.97-
YUV213.32108.63101.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.63%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=29.63%
G=40.24%
B=30.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391790.2600.250.06122.8666.3281.37
HexB0EFB31A01967b4251
Octal260357263320316173102121
Binary10110000111011111011001111010011001110111101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFB3; }

 p { color: rgb(176,239,179); }

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

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

 a { background-color: rgb(176,239,179); }

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

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

 span { border-color: rgb(176,239,179); }

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