#B8F3B6

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

Shades of Celadon #B8F3B6

Tints of Celadon #B8F3B6

Color information

#B8F3B6 (or 0xB8F3B6) is unknown color: approx Celadon. HEX triplet: B8, F3 and B6. RGB value is (184,243,182). Sum of RGB (Red+Green+Blue) = 184+243+182=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3B6 is #470C49. Grayscale: #DADADA. Windows color (decimal): -4656202 or 11989944. OLE color: 11989944.

HSL color Cylindrical-coordinate representation of color #B8F3B6: hue angle of 118.03º degrees, saturation: 0.72, 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 #B8F3B6 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB184243182-
CMYK0.2400.250.05
HSL118.03º71.76%83.33%-
HSV(B)118.03º25.1%95.29%-
XYZ60.2677.6756.07-
YUV218.4107.45103.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.21%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=30.21%
G=39.90%
B=29.89%

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
Decimal1842431820.2400.250.05118.0371.7683.33
HexB8F3B6180195764853
Octal270363266300315166110123
Binary10111000111100111011011011000011001101111011010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F3B6; }

 p { color: rgb(184,243,182); }

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

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

 a { background-color: rgb(184,243,182); }

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

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

 span { border-color: rgb(184,243,182); }

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