#B0F3B3

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

Shades of Celadon #B0F3B3

Tints of Celadon #B0F3B3

Color information

#B0F3B3 (or 0xB0F3B3) is unknown color: approx Celadon. HEX triplet: B0, F3 and B3. RGB value is (176,243,179). Sum of RGB (Red+Green+Blue) = 176+243+179=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3B3 is #4F0C4C. Grayscale: #D7D7D7. Windows color (decimal): -5180493 or 11793328. OLE color: 11793328.

HSL color Cylindrical-coordinate representation of color #B0F3B3: hue angle of 122.69º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3B3 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB176243179-
CMYK0.2800.260.05
HSL122.69º73.63%82.16%-
HSV(B)122.69º27.57%95.29%-
XYZ58.0976.5954.37-
YUV215.67107.399.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.43%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=29.43%
G=40.64%
B=29.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431790.2800.260.05122.6973.6382.16
HexB0F3B31C01A57b4a52
Octal260363263340325173112122
Binary10110000111100111011001111100011010101111101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F3B3; }

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

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

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

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

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

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

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

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