#B0EBAF

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

Shades of Celadon #B0EBAF

Tints of Celadon #B0EBAF

Color information

#B0EBAF (or 0xB0EBAF) is unknown color: approx Celadon. HEX triplet: B0, EB and AF. RGB value is (176,235,175). Sum of RGB (Red+Green+Blue) = 176+235+175=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EBAF is #4F1450. Grayscale: #D2D2D2. Windows color (decimal): -5182545 or 11529136. OLE color: 11529136.

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

Color convert

RGB176235175-
CMYK0.2500.260.08
HSL119º60%80.39%-
HSV(B)119º25.53%92.16%-
XYZ55.3571.7451.49-
YUV210.52107.95103.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=30.03%
G=40.10%
B=29.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351750.2500.260.081196080.39
HexB0EBAF1901A8773c50
Octal260353257310321016774120
Binary10110000111010111010111111001011010100011101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBAF; }

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

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

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

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

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

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

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

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