Html Css Color HEX #B6FFEA Water Leaf

📋 copy color: '#B6FFEA'

red 182 ◦ green 255 ◦ blue 234

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

Shades of Water Leaf #B6FFEA

Tints of Water Leaf #B6FFEA

RGB

 RED value IS 182 (71.48% from 255) = 27.12%

 GREEN value IS 255 (100% from 255) = 38%

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 27.12%
G = 38%
B = 34.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#B6FFEA (or 0xB6FFEA) is known color: Water Leaf. HEX triplet: B6, FF and EA. RGB value is (182,255,234). Sum of RGB (Red+Green+Blue) = 182+255+234=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFEA is #490015. Grayscale: #E6E6E6. Windows color (decimal): -4784150 or 15400886. OLE color: 15400886.

HSL color Cylindrical-coordinate representation of color #B6FFEA: hue angle of 162.74º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFEA is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 234 -
CMYK 0.29 0 0.08 0
HSL 162.74º 1% 0.86% -
HSV(B) 162.74º 0.29% 1% -
XYZ 69.9 87.41 91.03 -
YUV 230.78 129.82 93.21 -
System Red Green Blue C M Y K H S L
Decimal 182 255 234 0.29 0 0.08 0 162.74 1 0.86
Hex B6 FF EA 1D 0 8 0 A3 64 56
Octal 266 377 352 35 0 10 0 243 144 126
Binary 10110110 11111111 11101010 11101 0 1000 0 10100011 1100100 1010110

Color Harmonies of #B6FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFEA

Black with #B6FFEA

Text Example


Text Example

White with #B6FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFEA; }

 p { color: rgb(182,255,234); }

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

background-color css

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

 a { background-color: rgb(182,255,234); }

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

border-color css

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

 span { border-color: rgb(182,255,234); }

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