#B0F9B6

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

Shades of Celadon #B0F9B6

Tints of Celadon #B0F9B6

Color information

#B0F9B6 (or 0xB0F9B6) is unknown color: approx Celadon. HEX triplet: B0, F9 and B6. RGB value is (176,249,182). Sum of RGB (Red+Green+Blue) = 176+249+182=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9B6 is #4F0649. Grayscale: #DBDBDB. Windows color (decimal): -5178954 or 11991472. OLE color: 11991472.

HSL color Cylindrical-coordinate representation of color #B0F9B6: hue angle of 124.93º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9B6 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB176249182-
CMYK0.2900.270.02
HSL124.93º85.88%83.33%-
HSV(B)124.93º29.32%97.65%-
XYZ60.2280.3656.59-
YUV219.53106.8296.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 249 (97.66% from 255) = 41.02%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=29.00%
G=41.02%
B=29.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491820.2900.270.02124.9385.8883.33
HexB0F9B61D01B27d5653
Octal260371266350332175126123
Binary1011000011111001101101101110101101110111110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9B6; }

 p { color: rgb(176,249,182); }

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

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

 a { background-color: rgb(176,249,182); }

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

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

 span { border-color: rgb(176,249,182); }

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