Html Css Color HEX #B3F2DB Water Leaf

📋 copy color: '#B3F2DB'

red 179 ◦ green 242 ◦ blue 219

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

Shades of Water Leaf #B3F2DB

Tints of Water Leaf #B3F2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.81%

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

R = 27.97%
G = 37.81%
B = 34.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B3F2DB (or 0xB3F2DB) is known color: Water Leaf. HEX triplet: B3, F2 and DB. RGB value is (179,242,219). Sum of RGB (Red+Green+Blue) = 179+242+219=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2DB is #4C0D24. Grayscale: #DCDCDC. Windows color (decimal): -4984101 or 14414515. OLE color: 14414515.

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

Color convert

RGB 179 242 219 -
CMYK 0.26 0 0.10 0.05
HSL 158.1º 0.71% 0.83% -
HSV(B) 158.1º 0.26% 0.95% -
XYZ 63.13 78.2 78.79 -
YUV 220.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 179 242 219 0.26 0 0.10 0.05 158.1 0.71 0.83
Hex B3 F2 DB 1A 0 A 5 9E 47 53
Octal 263 362 333 32 0 12 5 236 107 123
Binary 10110011 11110010 11011011 11010 0 1010 101 10011110 1000111 1010011

Color Harmonies of #B3F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F2DB

Black with #B3F2DB

Text Example


Text Example

White with #B3F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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