#B0FAB4

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

Shades of Celadon #B0FAB4

Tints of Celadon #B0FAB4

Color information

#B0FAB4 (or 0xB0FAB4) is unknown color: approx Celadon. HEX triplet: B0, FA and B4. RGB value is (176,250,180). Sum of RGB (Red+Green+Blue) = 176+250+180=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAB4 is #4F054B. Grayscale: #DCDCDC. Windows color (decimal): -5178700 or 11860656. OLE color: 11860656.

HSL color Cylindrical-coordinate representation of color #B0FAB4: hue angle of 123.24º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAB4 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB176250180-
CMYK0.3000.280.02
HSL123.24º88.1%83.53%-
HSV(B)123.24º29.6%98.04%-
XYZ60.3380.955.61-
YUV219.89105.4896.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.04%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=29.04%
G=41.25%
B=29.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501800.3000.280.02123.2488.183.53
HexB0FAB41E01C27b5854
Octal260372264360342173130124
Binary1011000011111010101101001111001110010111101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAB4; }

 p { color: rgb(176,250,180); }

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

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

 a { background-color: rgb(176,250,180); }

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

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

 span { border-color: rgb(176,250,180); }

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