Html Css Color HEX #B3EFE0 Water Leaf

📋 copy color: '#B3EFE0'

red 179 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #B3EFE0

Tints of Water Leaf #B3EFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.89%

R = 27.88%
G = 37.23%
B = 34.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#B3EFE0 (or 0xB3EFE0) is known color: Water Leaf. HEX triplet: B3, EF and E0. RGB value is (179,239,224). Sum of RGB (Red+Green+Blue) = 179+239+224=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFE0 is #4C101F. Grayscale: #DBDBDB. Windows color (decimal): -4984864 or 14741427. OLE color: 14741427.

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

Color convert

RGB 179 239 224 -
CMYK 0.25 0 0.06 0.06
HSL 165º 0.65% 0.82% -
HSV(B) 165º 0.25% 0.94% -
XYZ 62.91 76.7 82.01 -
YUV 219.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 179 239 224 0.25 0 0.06 0.06 165 0.65 0.82
Hex B3 EF E0 19 0 6 6 A5 41 52
Octal 263 357 340 31 0 6 6 245 101 122
Binary 10110011 11101111 11100000 11001 0 110 110 10100101 1000001 1010010

Color Harmonies of #B3EFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFE0

Black with #B3EFE0

Text Example


Text Example

White with #B3EFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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