Html Css Color HEX #B5EEDA Water Leaf

📋 copy color: '#B5EEDA'

red 181 ◦ green 238 ◦ blue 218

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

Shades of Water Leaf #B5EEDA

Tints of Water Leaf #B5EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.36%

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

R = 28.41%
G = 37.36%
B = 34.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B5EEDA (or 0xB5EEDA) is known color: Water Leaf. HEX triplet: B5, EE and DA. RGB value is (181,238,218). Sum of RGB (Red+Green+Blue) = 181+238+218=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EEDA is #4A1125. Grayscale: #DADADA. Windows color (decimal): -4854054 or 14347957. OLE color: 14347957.

HSL color Cylindrical-coordinate representation of color #B5EEDA: hue angle of 158.95º degrees, saturation: 0.63, 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 #B5EEDA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 238 218 -
CMYK 0.24 0 0.08 0.07
HSL 158.95º 0.63% 0.82% -
HSV(B) 158.95º 0.24% 0.93% -
XYZ 62.29 76.03 77.72 -
YUV 218.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 181 238 218 0.24 0 0.08 0.07 158.95 0.63 0.82
Hex B5 EE DA 18 0 8 7 9F 3F 52
Octal 265 356 332 30 0 10 7 237 77 122
Binary 10110101 11101110 11011010 11000 0 1000 111 10011111 111111 1010010

Color Harmonies of #B5EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EEDA

Black with #B5EEDA

Text Example


Text Example

White with #B5EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EEDA; }

 p { color: rgb(181,238,218); }

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

background-color css

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

 a { background-color: rgb(181,238,218); }

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

border-color css

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

 span { border-color: rgb(181,238,218); }

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