Html Css Color HEX #B2F6EA Water Leaf

📋 copy color: '#B2F6EA'

red 178 ◦ green 246 ◦ blue 234

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

Shades of Water Leaf #B2F6EA

Tints of Water Leaf #B2F6EA

RGB

 RED value IS 178 (69.92% from 255) = 27.05%

 GREEN value IS 246 (96.48% from 255) = 37.39%

 BLUE value IS 234 (91.8% from 255) = 35.56%

R = 27.05%
G = 37.39%
B = 35.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#B2F6EA (or 0xB2F6EA) is known color: Water Leaf. HEX triplet: B2, F6 and EA. RGB value is (178,246,234). Sum of RGB (Red+Green+Blue) = 178+246+234=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 246 (96.48% from 255 or 37.39% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F6EA is #4D0915. Grayscale: #E0E0E0. Windows color (decimal): -5048598 or 15398578. OLE color: 15398578.

HSL color Cylindrical-coordinate representation of color #B2F6EA: hue angle of 169.41º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F6EA is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 234 -
CMYK 0.28 0 0.05 0.04
HSL 169.41º 0.79% 0.83% -
HSV(B) 169.41º 0.28% 0.96% -
XYZ 66.17 81.32 90.05 -
YUV 224.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 178 246 234 0.28 0 0.05 0.04 169.41 0.79 0.83
Hex B2 F6 EA 1C 0 5 4 A9 4F 53
Octal 262 366 352 34 0 5 4 251 117 123
Binary 10110010 11110110 11101010 11100 0 101 100 10101001 1001111 1010011

Color Harmonies of #B2F6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F6EA

Black with #B2F6EA

Text Example


Text Example

White with #B2F6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F6EA; }

 p { color: rgb(178,246,234); }

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

background-color css

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

 a { background-color: rgb(178,246,234); }

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

border-color css

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

 span { border-color: rgb(178,246,234); }

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