Html Css Color HEX #B6EFE0 Water Leaf

📋 copy color: '#B6EFE0'

red 182 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #B6EFE0

Tints of Water Leaf #B6EFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.05%

 BLUE value IS 224 (87.89% from 255) = 34.73%

R = 28.22%
G = 37.05%
B = 34.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#B6EFE0 (or 0xB6EFE0) is known color: Water Leaf. HEX triplet: B6, EF and E0. RGB value is (182,239,224). Sum of RGB (Red+Green+Blue) = 182+239+224=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFE0 is #49101F. Grayscale: #DCDCDC. Windows color (decimal): -4788256 or 14741430. OLE color: 14741430.

HSL color Cylindrical-coordinate representation of color #B6EFE0: hue angle of 164.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EFE0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 239 224 -
CMYK 0.24 0 0.06 0.06
HSL 164.21º 0.64% 0.83% -
HSV(B) 164.21º 0.24% 0.94% -
XYZ 63.61 77.06 82.04 -
YUV 220.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 182 239 224 0.24 0 0.06 0.06 164.21 0.64 0.83
Hex B6 EF E0 18 0 6 6 A4 40 53
Octal 266 357 340 30 0 6 6 244 100 123
Binary 10110110 11101111 11100000 11000 0 110 110 10100100 1000000 1010011

Color Harmonies of #B6EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EFE0

Black with #B6EFE0

Text Example


Text Example

White with #B6EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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