Html Css Color HEX #6EE4BC Downy

📋 copy color: '#6EE4BC'

red 110 ◦ green 228 ◦ blue 188

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

Shades of Downy #6EE4BC

Tints of Downy #6EE4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.35%

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 20.91%
G = 43.35%
B = 35.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#6EE4BC (or 0x6EE4BC) is known color: Downy. HEX triplet: 6E, E4 and BC. RGB value is (110,228,188). Sum of RGB (Red+Green+Blue) = 110+228+188=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #6EE4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE4BC is #911B43. Grayscale: #BCBCBC. Windows color (decimal): -9509700 or 12379246. OLE color: 12379246.

HSL color Cylindrical-coordinate representation of color #6EE4BC: hue angle of 159.66º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE4BC is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 228 188 -
CMYK 0.52 0 0.18 0.11
HSL 159.66º 0.69% 0.66% -
HSV(B) 159.66º 0.52% 0.89% -
XYZ 43.25 62.43 57.35 -
YUV 188.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 110 228 188 0.52 0 0.18 0.11 159.66 0.69 0.66
Hex 6E E4 BC 34 0 12 B A0 45 42
Octal 156 344 274 64 0 22 13 240 105 102
Binary 1101110 11100100 10111100 110100 0 10010 1011 10100000 1000101 1000010

Color Harmonies of #6EE4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE4BC

Black with #6EE4BC

Text Example


Text Example

White with #6EE4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,228,188); }

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

background-color css

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

 a { background-color: rgb(110,228,188); }

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

border-color css

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

 span { border-color: rgb(110,228,188); }

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