Html Css Color HEX #B6EDDA Water Leaf

📋 copy color: '#B6EDDA'

red 182 ◦ green 237 ◦ blue 218

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

Shades of Water Leaf #B6EDDA

Tints of Water Leaf #B6EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.21%

 BLUE value IS 218 (85.55% from 255) = 34.22%

R = 28.57%
G = 37.21%
B = 34.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B6EDDA (or 0xB6EDDA) is known color: Water Leaf. HEX triplet: B6, ED and DA. RGB value is (182,237,218). Sum of RGB (Red+Green+Blue) = 182+237+218=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDDA is #491225. Grayscale: #DADADA. Windows color (decimal): -4788774 or 14347702. OLE color: 14347702.

HSL color Cylindrical-coordinate representation of color #B6EDDA: hue angle of 159.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EDDA is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 237 218 -
CMYK 0.23 0 0.08 0.07
HSL 159.27º 0.6% 0.82% -
HSV(B) 159.27º 0.23% 0.93% -
XYZ 62.23 75.58 77.64 -
YUV 218.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 182 237 218 0.23 0 0.08 0.07 159.27 0.6 0.82
Hex B6 ED DA 17 0 8 7 9F 3C 52
Octal 266 355 332 27 0 10 7 237 74 122
Binary 10110110 11101101 11011010 10111 0 1000 111 10011111 111100 1010010

Color Harmonies of #B6EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDDA

Black with #B6EDDA

Text Example


Text Example

White with #B6EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDDA; }

 p { color: rgb(182,237,218); }

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

background-color css

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

 a { background-color: rgb(182,237,218); }

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

border-color css

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

 span { border-color: rgb(182,237,218); }

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