#B8F1B5

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

Shades of Celadon #B8F1B5

Tints of Celadon #B8F1B5

Color information

#B8F1B5 (or 0xB8F1B5) is unknown color: approx Celadon. HEX triplet: B8, F1 and B5. RGB value is (184,241,181). Sum of RGB (Red+Green+Blue) = 184+241+181=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1B5 is #470E4A. Grayscale: #D9D9D9. Windows color (decimal): -4656715 or 11923896. OLE color: 11923896.

HSL color Cylindrical-coordinate representation of color #B8F1B5: hue angle of 117º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F1B5 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB184241181-
CMYK0.2400.250.05
HSL117º68.18%82.75%-
HSV(B)117º24.9%94.51%-
XYZ59.5676.4455.33-
YUV217.12107.62104.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.36%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=30.36%
G=39.77%
B=29.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1842411810.2400.250.0511768.1882.75
HexB8F1B5180195754453
Octal270361265300315165104123
Binary10111000111100011011010111000011001101111010110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F1B5; }

 p { color: rgb(184,241,181); }

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

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

 a { background-color: rgb(184,241,181); }

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

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

 span { border-color: rgb(184,241,181); }

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