Html Css Color HEX #B5FFEB Water Leaf

📋 copy color: '#B5FFEB'

red 181 ◦ green 255 ◦ blue 235

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

Shades of Water Leaf #B5FFEB

Tints of Water Leaf #B5FFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.02%

R = 26.97%
G = 38%
B = 35.02%

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

#B5FFEB (or 0xB5FFEB) is known color: Water Leaf. HEX triplet: B5, FF and EB. RGB value is (181,255,235). Sum of RGB (Red+Green+Blue) = 181+255+235=671 (88% of max value = 765). Red value is 181 (71.09% from 255 or 26.97% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFEB is #4A0014. Grayscale: #E6E6E6. Windows color (decimal): -4849685 or 15466421. OLE color: 15466421.

HSL color Cylindrical-coordinate representation of color #B5FFEB: hue angle of 163.78º 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 #B5FFEB is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 181 255 235 -
CMYK 0.29 0 0.08 0
HSL 163.78º 1% 0.85% -
HSV(B) 163.78º 0.29% 1% -
XYZ 69.81 87.34 91.78 -
YUV 230.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 181 255 235 0.29 0 0.08 0 163.78 1 0.85
Hex B5 FF EB 1D 0 8 0 A4 64 55
Octal 265 377 353 35 0 10 0 244 144 125
Binary 10110101 11111111 11101011 11101 0 1000 0 10100100 1100100 1010101

Color Harmonies of #B5FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFEB

Black with #B5FFEB

Text Example


Text Example

White with #B5FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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