Html Css Color HEX #B0EDDD Water Leaf

📋 copy color: '#B0EDDD'

red 176 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #B0EDDD

Tints of Water Leaf #B0EDDD

RGB

 RED value IS 176 (69.14% from 255) = 27.76%

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 221 (86.72% from 255) = 34.86%

R = 27.76%
G = 37.38%
B = 34.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B0EDDD (or 0xB0EDDD) is known color: Water Leaf. HEX triplet: B0, ED and DD. RGB value is (176,237,221). Sum of RGB (Red+Green+Blue) = 176+237+221=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDDD is #4F1222. Grayscale: #D8D8D8. Windows color (decimal): -5181987 or 14544304. OLE color: 14544304.

HSL color Cylindrical-coordinate representation of color #B0EDDD: hue angle of 164.26º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDDD is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 221 -
CMYK 0.26 0 0.07 0.07
HSL 164.26º 0.63% 0.81% -
HSV(B) 164.26º 0.26% 0.93% -
XYZ 61.24 75.02 79.66 -
YUV 216.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 176 237 221 0.26 0 0.07 0.07 164.26 0.63 0.81
Hex B0 ED DD 1A 0 7 7 A4 3F 51
Octal 260 355 335 32 0 7 7 244 77 121
Binary 10110000 11101101 11011101 11010 0 111 111 10100100 111111 1010001

Color Harmonies of #B0EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDDD

Black with #B0EDDD

Text Example


Text Example

White with #B0EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDDD; }

 p { color: rgb(176,237,221); }

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

background-color css

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

 a { background-color: rgb(176,237,221); }

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

border-color css

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

 span { border-color: rgb(176,237,221); }

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