Html Css Color HEX #6EF0B8 Downy

📋 copy color: '#6EF0B8'

red 110 ◦ green 240 ◦ blue 184

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

Shades of Downy #6EF0B8

Tints of Downy #6EF0B8

RGB

 RED value IS 110 (43.36% from 255) = 20.6%

 GREEN value IS 240 (94.14% from 255) = 44.94%

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 20.6%
G = 44.94%
B = 34.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#6EF0B8 (or 0x6EF0B8) is known color: Downy. HEX triplet: 6E, F0 and B8. RGB value is (110,240,184). Sum of RGB (Red+Green+Blue) = 110+240+184=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #6EF0B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF0B8 is #910F47. Grayscale: #C2C2C2. Windows color (decimal): -9506632 or 12120174. OLE color: 12120174.

HSL color Cylindrical-coordinate representation of color #6EF0B8: hue angle of 154.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF0B8 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 240 184 -
CMYK 0.54 0 0.23 0.06
HSL 154.15º 0.81% 0.69% -
HSV(B) 154.15º 0.54% 0.94% -
XYZ 46.24 69.1 56.25 -
YUV 194.75 121.93 67.55 -
System Red Green Blue C M Y K H S L
Decimal 110 240 184 0.54 0 0.23 0.06 154.15 0.81 0.69
Hex 6E F0 B8 36 0 17 6 9A 51 45
Octal 156 360 270 66 0 27 6 232 121 105
Binary 1101110 11110000 10111000 110110 0 10111 110 10011010 1010001 1000101

Color Harmonies of #6EF0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF0B8

Black with #6EF0B8

Text Example


Text Example

White with #6EF0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EF0B8; }

 p { color: rgb(110,240,184); }

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

background-color css

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

 a { background-color: rgb(110,240,184); }

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

border-color css

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

 span { border-color: rgb(110,240,184); }

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