Html Css Color HEX #B3EFDC Water Leaf

📋 copy color: '#B3EFDC'

red 179 ◦ green 239 ◦ blue 220

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

Shades of Water Leaf #B3EFDC

Tints of Water Leaf #B3EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.46%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 28.06%
G = 37.46%
B = 34.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B3EFDC (or 0xB3EFDC) is known color: Water Leaf. HEX triplet: B3, EF and DC. RGB value is (179,239,220). Sum of RGB (Red+Green+Blue) = 179+239+220=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFDC is #4C1023. Grayscale: #DADADA. Windows color (decimal): -4984868 or 14479283. OLE color: 14479283.

HSL color Cylindrical-coordinate representation of color #B3EFDC: hue angle of 161º degrees, saturation: 0.65, 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 #B3EFDC is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 239 220 -
CMYK 0.25 0 0.08 0.06
HSL 161º 0.65% 0.82% -
HSV(B) 161º 0.25% 0.94% -
XYZ 62.38 76.48 79.19 -
YUV 218.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 179 239 220 0.25 0 0.08 0.06 161 0.65 0.82
Hex B3 EF DC 19 0 8 6 A1 41 52
Octal 263 357 334 31 0 10 6 241 101 122
Binary 10110011 11101111 11011100 11001 0 1000 110 10100001 1000001 1010010

Color Harmonies of #B3EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFDC

Black with #B3EFDC

Text Example


Text Example

White with #B3EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFDC; }

 p { color: rgb(179,239,220); }

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

background-color css

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

 a { background-color: rgb(179,239,220); }

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

border-color css

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

 span { border-color: rgb(179,239,220); }

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