Html Css Color HEX #B5F5DE Water Leaf

📋 copy color: '#B5F5DE'

red 181 ◦ green 245 ◦ blue 222

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

Shades of Water Leaf #B5F5DE

Tints of Water Leaf #B5F5DE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.81%

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 27.93%
G = 37.81%
B = 34.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#B5F5DE (or 0xB5F5DE) is known color: Water Leaf. HEX triplet: B5, F5 and DE. RGB value is (181,245,222). Sum of RGB (Red+Green+Blue) = 181+245+222=648 (85% of max value = 765). Red value is 181 (71.09% from 255 or 27.93% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F5DE is #4A0A21. Grayscale: #DFDFDF. Windows color (decimal): -4852258 or 14611893. OLE color: 14611893.

HSL color Cylindrical-coordinate representation of color #B5F5DE: hue angle of 158.44º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F5DE is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 245 222 -
CMYK 0.26 0 0.09 0.04
HSL 158.44º 0.76% 0.84% -
HSV(B) 158.44º 0.26% 0.96% -
XYZ 64.89 80.4 81.21 -
YUV 223.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 181 245 222 0.26 0 0.09 0.04 158.44 0.76 0.84
Hex B5 F5 DE 1A 0 9 4 9E 4C 54
Octal 265 365 336 32 0 11 4 236 114 124
Binary 10110101 11110101 11011110 11010 0 1001 100 10011110 1001100 1010100

Color Harmonies of #B5F5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F5DE

Black with #B5F5DE

Text Example


Text Example

White with #B5F5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F5DE; }

 p { color: rgb(181,245,222); }

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

background-color css

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

 a { background-color: rgb(181,245,222); }

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

border-color css

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

 span { border-color: rgb(181,245,222); }

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