Html Css Color HEX #B6FFEF Water Leaf

📋 copy color: '#B6FFEF'

red 182 ◦ green 255 ◦ blue 239

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

Shades of Water Leaf #B6FFEF

Tints of Water Leaf #B6FFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.36%

R = 26.92%
G = 37.72%
B = 35.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#B6FFEF (or 0xB6FFEF) is known color: Water Leaf. HEX triplet: B6, FF and EF. RGB value is (182,255,239). Sum of RGB (Red+Green+Blue) = 182+255+239=676 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.92% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFEF is #490010. Grayscale: #E7E7E7. Windows color (decimal): -4784145 or 15728566. OLE color: 15728566.

HSL color Cylindrical-coordinate representation of color #B6FFEF: hue angle of 166.85º 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 #B6FFEF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 239 -
CMYK 0.29 0 0.06 0
HSL 166.85º 1% 0.86% -
HSV(B) 166.85º 0.29% 1% -
XYZ 70.63 87.7 94.87 -
YUV 231.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 182 255 239 0.29 0 0.06 0 166.85 1 0.86
Hex B6 FF EF 1D 0 6 0 A7 64 56
Octal 266 377 357 35 0 6 0 247 144 126
Binary 10110110 11111111 11101111 11101 0 110 0 10100111 1100100 1010110

Color Harmonies of #B6FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FFEF

Black with #B6FFEF

Text Example


Text Example

White with #B6FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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