Html Css Color HEX #B5FFEA Water Leaf

📋 copy color: '#B5FFEA'

red 181 ◦ green 255 ◦ blue 234

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

Shades of Water Leaf #B5FFEA

Tints of Water Leaf #B5FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 38.06%

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 27.01%
G = 38.06%
B = 34.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#B5FFEA (or 0xB5FFEA) is known color: Water Leaf. HEX triplet: B5, FF and EA. RGB value is (181,255,234). Sum of RGB (Red+Green+Blue) = 181+255+234=670 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.01% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFEA is #4A0015. Grayscale: #E6E6E6. Windows color (decimal): -4849686 or 15400885. OLE color: 15400885.

HSL color Cylindrical-coordinate representation of color #B5FFEA: hue angle of 162.97º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFEA is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 181 255 234 -
CMYK 0.29 0 0.08 0
HSL 162.97º 1% 0.85% -
HSV(B) 162.97º 0.29% 1% -
XYZ 69.67 87.28 91.02 -
YUV 230.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 181 255 234 0.29 0 0.08 0 162.97 1 0.85
Hex B5 FF EA 1D 0 8 0 A3 64 55
Octal 265 377 352 35 0 10 0 243 144 125
Binary 10110101 11111111 11101010 11101 0 1000 0 10100011 1100100 1010101

Color Harmonies of #B5FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFEA

Black with #B5FFEA

Text Example


Text Example

White with #B5FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFEA; }

 p { color: rgb(181,255,234); }

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

background-color css

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

 a { background-color: rgb(181,255,234); }

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

border-color css

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

 span { border-color: rgb(181,255,234); }

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