Html Css Color HEX #B5EDDD Water Leaf

📋 copy color: '#B5EDDD'

red 181 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #B5EDDD

Tints of Water Leaf #B5EDDD

RGB

 RED value IS 181 (71.09% from 255) = 28.33%

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

 BLUE value IS 221 (86.72% from 255) = 34.59%

R = 28.33%
G = 37.09%
B = 34.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B5EDDD (or 0xB5EDDD) is known color: Water Leaf. HEX triplet: B5, ED and DD. RGB value is (181,237,221). Sum of RGB (Red+Green+Blue) = 181+237+221=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDDD is #4A1222. Grayscale: #DADADA. Windows color (decimal): -4854307 or 14544309. OLE color: 14544309.

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

Color convert

RGB 181 237 221 -
CMYK 0.24 0 0.07 0.07
HSL 162.86º 0.61% 0.82% -
HSV(B) 162.86º 0.24% 0.93% -
XYZ 62.39 75.61 79.71 -
YUV 218.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 181 237 221 0.24 0 0.07 0.07 162.86 0.61 0.82
Hex B5 ED DD 18 0 7 7 A3 3D 52
Octal 265 355 335 30 0 7 7 243 75 122
Binary 10110101 11101101 11011101 11000 0 111 111 10100011 111101 1010010

Color Harmonies of #B5EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDDD

Black with #B5EDDD

Text Example


Text Example

White with #B5EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDDD; }

 p { color: rgb(181,237,221); }

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

background-color css

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

 a { background-color: rgb(181,237,221); }

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

border-color css

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

 span { border-color: rgb(181,237,221); }

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