#B4F1DA

Color #B4F1DA Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B4F1DA

Tints of Water Leaf #B4F1DA

Color information

#B4F1DA (or 0xB4F1DA) is unknown color: approx Water Leaf. HEX triplet: B4, F1 and DA. RGB value is (180,241,218). Sum of RGB (Red+Green+Blue) = 180+241+218=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1DA is #4B0E25. Grayscale: #DCDCDC. Windows color (decimal): -4918822 or 14348724. OLE color: 14348724.

HSL color Cylindrical-coordinate representation of color #B4F1DA: hue angle of 157.38º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1DA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB180241218-
CMYK0.2500.100.05
HSL157.38º68.54%82.55%-
HSV(B)157.38º25.31%94.51%-
XYZ62.9377.6878.01-
YUV220.14126.7999.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=28.17%
G=37.72%
B=34.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802412180.2500.100.05157.3868.5482.55
HexB4F1DA190A59d4553
Octal264361332310125235105123
Binary10110100111100011101101011001010101011001110110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1DA; }

 p { color: rgb(180,241,218); }

 H1.HeaderClassName
 {
   color: #B4F1DA;
 }
 .AnyTagClassName
 {
   color: #B4F1DA;
 }
</style>
background-color css

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

 a { background-color: rgb(180,241,218); }

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

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

 span { border-color: rgb(180,241,218); }

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