#B3EEE3

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

Shades of Water Leaf #B3EEE3

Tints of Water Leaf #B3EEE3

Color information

#B3EEE3 (or 0xB3EEE3) is unknown color: approx Water Leaf. HEX triplet: B3, EE and E3. RGB value is (179,238,227). Sum of RGB (Red+Green+Blue) = 179+238+227=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEE3 is #4C111C. Grayscale: #DBDBDB. Windows color (decimal): -4985117 or 14937779. OLE color: 14937779.

HSL color Cylindrical-coordinate representation of color #B3EEE3: hue angle of 168.81º 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 #B3EEE3 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB179238227-
CMYK0.2500.050.07
HSL168.81º63.44%81.76%-
HSV(B)168.81º24.79%93.33%-
XYZ63.0376.2884.07-
YUV219.1132.4599.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 227 (89.06% from 255) = 35.25%
R=27.80%
G=36.96%
B=35.25%

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
Decimal1792382270.2500.050.07168.8163.4481.76
HexB3EEE319057a93f52
Octal2633563433105725177122
Binary101100111110111011100011110010101111101010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EEE3; }

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

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

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

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

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

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

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

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