Html Css Color HEX #B5FBEA Water Leaf

📋 copy color: '#B5FBEA'

red 181 ◦ green 251 ◦ blue 234

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

Shades of Water Leaf #B5FBEA

Tints of Water Leaf #B5FBEA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

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

R = 27.18%
G = 37.69%
B = 35.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#B5FBEA (or 0xB5FBEA) is known color: Water Leaf. HEX triplet: B5, FB and EA. RGB value is (181,251,234). Sum of RGB (Red+Green+Blue) = 181+251+234=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBEA is #4A0415. Grayscale: #E4E4E4. Windows color (decimal): -4850710 or 15399861. OLE color: 15399861.

HSL color Cylindrical-coordinate representation of color #B5FBEA: hue angle of 165.43º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBEA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 251 234 -
CMYK 0.28 0 0.07 0.02
HSL 165.43º 0.9% 0.85% -
HSV(B) 165.43º 0.28% 0.98% -
XYZ 68.4 84.76 90.6 -
YUV 228.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 181 251 234 0.28 0 0.07 0.02 165.43 0.9 0.85
Hex B5 FB EA 1C 0 7 2 A5 5A 55
Octal 265 373 352 34 0 7 2 245 132 125
Binary 10110101 11111011 11101010 11100 0 111 10 10100101 1011010 1010101

Color Harmonies of #B5FBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FBEA

Black with #B5FBEA

Text Example


Text Example

White with #B5FBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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