#B3EEE1

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

Shades of Water Leaf #B3EEE1

Tints of Water Leaf #B3EEE1

Color information

#B3EEE1 (or 0xB3EEE1) is unknown color: approx Water Leaf. HEX triplet: B3, EE and E1. RGB value is (179,238,225). Sum of RGB (Red+Green+Blue) = 179+238+225=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEE1 is #4C111E. Grayscale: #DADADA. Windows color (decimal): -4985119 or 14806707. OLE color: 14806707.

HSL color Cylindrical-coordinate representation of color #B3EEE1: hue angle of 166.78º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EEE1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB179238225-
CMYK0.2500.050.07
HSL166.78º63.44%81.76%-
HSV(B)166.78º24.79%93.33%-
XYZ62.7676.1782.63-
YUV218.88131.4599.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.88%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=27.88%
G=37.07%
B=35.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792382250.2500.050.07166.7863.4481.76
HexB3EEE119057a73f52
Octal2633563413105724777122
Binary101100111110111011100001110010101111101001111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEE1; }

 p { color: rgb(179,238,225); }

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

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

 a { background-color: rgb(179,238,225); }

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

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

 span { border-color: rgb(179,238,225); }

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