Html Css Color HEX #B8F4B6 Celadon

📋 copy color: '#B8F4B6'

red 184 ◦ green 244 ◦ blue 182

#B8F4B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B8F4B6

Tints of Celadon #B8F4B6

RGB

 RED value IS 184 (72.27% from 255) = 30.16%

 GREEN value IS 244 (95.7% from 255) = 40%

 BLUE value IS 182 (71.48% from 255) = 29.84%

R = 30.16%
G = 40%
B = 29.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#B8F4B6 (or 0xB8F4B6) is known color: Celadon. HEX triplet: B8, F4 and B6. RGB value is (184,244,182). Sum of RGB (Red+Green+Blue) = 184+244+182=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F4B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F4B6 is #470B49. Grayscale: #DBDBDB. Windows color (decimal): -4655946 or 11990200. OLE color: 11990200.

HSL color Cylindrical-coordinate representation of color #B8F4B6: hue angle of 118.06º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F4B6 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 244 182 -
CMYK 0.25 0 0.25 0.04
HSL 118.06º 0.74% 0.84% -
HSV(B) 118.06º 0.25% 0.96% -
XYZ 60.56 78.27 56.17 -
YUV 218.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 184 244 182 0.25 0 0.25 0.04 118.06 0.74 0.84
Hex B8 F4 B6 19 0 19 4 76 4A 54
Octal 270 364 266 31 0 31 4 166 112 124
Binary 10111000 11110100 10110110 11001 0 11001 100 1110110 1001010 1010100

Color Harmonies of #B8F4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F4B6

Black with #B8F4B6

Text Example


Text Example

White with #B8F4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F4B6; }

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

 H1.HeaderClassName
 {
   color: #B8F4B6;
 }
 .AnyTagClassName
 {
   color: #B8F4B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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