Html Css Color HEX #B5EFDC Water Leaf

📋 copy color: '#B5EFDC'

red 181 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #B5EFDC

Tints of Water Leaf #B5EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 28.28%
G = 37.34%
B = 34.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B5EFDC (or 0xB5EFDC) is known color: Water Leaf. HEX triplet: B5, EF and DC. RGB value is (181,239,220). Sum of RGB (Red+Green+Blue) = 181+239+220=640 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.28% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFDC is #4A1023. Grayscale: #DBDBDB. Windows color (decimal): -4853796 or 14479285. OLE color: 14479285.

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

Color convert

RGB 181 239 220 -
CMYK 0.24 0 0.08 0.06
HSL 160.34º 0.64% 0.82% -
HSV(B) 160.34º 0.24% 0.94% -
XYZ 62.84 76.72 79.21 -
YUV 219.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 181 239 220 0.24 0 0.08 0.06 160.34 0.64 0.82
Hex B5 EF DC 18 0 8 6 A0 40 52
Octal 265 357 334 30 0 10 6 240 100 122
Binary 10110101 11101111 11011100 11000 0 1000 110 10100000 1000000 1010010

Color Harmonies of #B5EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFDC

Black with #B5EFDC

Text Example


Text Example

White with #B5EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFDC; }

 p { color: rgb(181,239,220); }

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

background-color css

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

 a { background-color: rgb(181,239,220); }

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

border-color css

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

 span { border-color: rgb(181,239,220); }

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