#B0E2B3

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

Shades of Celadon #B0E2B3

Tints of Celadon #B0E2B3

Color information

#B0E2B3 (or 0xB0E2B3) is unknown color: approx Celadon. HEX triplet: B0, E2 and B3. RGB value is (176,226,179). Sum of RGB (Red+Green+Blue) = 176+226+179=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2B3 is #4F1D4C. Grayscale: #CDCDCD. Windows color (decimal): -5184845 or 11788976. OLE color: 11788976.

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

Color convert

RGB176226179-
CMYK0.2200.210.11
HSL123.6º46.3%78.82%-
HSV(B)123.6º22.12%88.63%-
XYZ53.2466.8852.75-
YUV205.69112.94106.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 226 (88.67% from 255) = 38.90%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=30.29%
G=38.90%
B=30.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1762261790.2200.210.11123.646.378.82
HexB0E2B316015B7c2e4f
Octal260342263260251317456117
Binary10110000111000101011001110110010101101111111001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E2B3; }

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

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

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

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

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

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

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

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