#B7FFED

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

Shades of Water Leaf #B7FFED

Tints of Water Leaf #B7FFED

Color information

#B7FFED (or 0xB7FFED) is unknown color: approx Water Leaf. HEX triplet: B7, FF and ED. RGB value is (183,255,237). Sum of RGB (Red+Green+Blue) = 183+255+237=675 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.11% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFED is #480012. Grayscale: #E7E7E7. Windows color (decimal): -4718611 or 15597495. OLE color: 15597495.

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

Color convert

RGB183255237-
CMYK0.2800.070
HSL165º100%85.88%-
HSV(B)165º28.24%100%-
XYZ70.5787.793.33-
YUV231.42131.1593.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.11%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=27.11%
G=37.78%
B=35.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832552370.2800.07016510085.88
HexB7FFED1C070a56456
Octal26737735534070245144126
Binary10110111111111111110110111100011101010010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FFED; }

 p { color: rgb(183,255,237); }

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

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

 a { background-color: rgb(183,255,237); }

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

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

 span { border-color: rgb(183,255,237); }

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