#B5F8B6

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

Shades of Celadon #B5F8B6

Tints of Celadon #B5F8B6

Color information

#B5F8B6 (or 0xB5F8B6) is unknown color: approx Celadon. HEX triplet: B5, F8 and B6. RGB value is (181,248,182). Sum of RGB (Red+Green+Blue) = 181+248+182=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8B6 is #4A0749. Grayscale: #DCDCDC. Windows color (decimal): -4851530 or 11991221. OLE color: 11991221.

HSL color Cylindrical-coordinate representation of color #B5F8B6: hue angle of 120.9º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8B6 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB181248182-
CMYK0.2700.270.03
HSL120.9º82.72%84.12%-
HSV(B)120.9º27.02%97.25%-
XYZ61.0780.3456.54-
YUV220.44106.399.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.62%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=29.62%
G=40.59%
B=29.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1812481820.2700.270.03120.982.7284.12
HexB5F8B61B01B3795354
Octal265370266330333171123124
Binary1011010111111000101101101101101101111111100110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F8B6; }

 p { color: rgb(181,248,182); }

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

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

 a { background-color: rgb(181,248,182); }

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

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

 span { border-color: rgb(181,248,182); }

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