Html Css Color HEX #6EF1B4 Downy

📋 copy color: '#6EF1B4'

red 110 ◦ green 241 ◦ blue 180

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

Shades of Downy #6EF1B4

Tints of Downy #6EF1B4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.39%

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 20.72%
G = 45.39%
B = 33.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#6EF1B4 (or 0x6EF1B4) is known color: Downy. HEX triplet: 6E, F1 and B4. RGB value is (110,241,180). Sum of RGB (Red+Green+Blue) = 110+241+180=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1B4 is #910E4B. Grayscale: #C2C2C2. Windows color (decimal): -9506380 or 11858286. OLE color: 11858286.

HSL color Cylindrical-coordinate representation of color #6EF1B4: hue angle of 152.06º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1B4 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 241 180 -
CMYK 0.54 0 0.25 0.05
HSL 152.06º 0.82% 0.69% -
HSV(B) 152.06º 0.54% 0.95% -
XYZ 46.12 69.52 54.17 -
YUV 194.88 119.6 67.46 -
System Red Green Blue C M Y K H S L
Decimal 110 241 180 0.54 0 0.25 0.05 152.06 0.82 0.69
Hex 6E F1 B4 36 0 19 5 98 52 45
Octal 156 361 264 66 0 31 5 230 122 105
Binary 1101110 11110001 10110100 110110 0 11001 101 10011000 1010010 1000101

Color Harmonies of #6EF1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1B4

Black with #6EF1B4

Text Example


Text Example

White with #6EF1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,241,180); }

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

background-color css

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

 a { background-color: rgb(110,241,180); }

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

border-color css

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

 span { border-color: rgb(110,241,180); }

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