Html Css Color HEX #B3F0DB Water Leaf

📋 copy color: '#B3F0DB'

red 179 ◦ green 240 ◦ blue 219

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

Shades of Water Leaf #B3F0DB

Tints of Water Leaf #B3F0DB

RGB

 RED value IS 179 (70.31% from 255) = 28.06%

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 28.06%
G = 37.62%
B = 34.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#B3F0DB (or 0xB3F0DB) is known color: Water Leaf. HEX triplet: B3, F0 and DB. RGB value is (179,240,219). Sum of RGB (Red+Green+Blue) = 179+240+219=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0DB is #4C0F24. Grayscale: #DBDBDB. Windows color (decimal): -4984613 or 14414003. OLE color: 14414003.

HSL color Cylindrical-coordinate representation of color #B3F0DB: hue angle of 159.34º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0DB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 240 219 -
CMYK 0.25 0 0.09 0.06
HSL 159.34º 0.67% 0.82% -
HSV(B) 159.34º 0.25% 0.94% -
XYZ 62.54 77.02 78.59 -
YUV 219.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 179 240 219 0.25 0 0.09 0.06 159.34 0.67 0.82
Hex B3 F0 DB 19 0 9 6 9F 43 52
Octal 263 360 333 31 0 11 6 237 103 122
Binary 10110011 11110000 11011011 11001 0 1001 110 10011111 1000011 1010010

Color Harmonies of #B3F0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F0DB

Black with #B3F0DB

Text Example


Text Example

White with #B3F0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F0DB; }

 p { color: rgb(179,240,219); }

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

background-color css

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

 a { background-color: rgb(179,240,219); }

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

border-color css

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

 span { border-color: rgb(179,240,219); }

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