Html Css Color HEX #6EECBC Downy

📋 copy color: '#6EECBC'

red 110 ◦ green 236 ◦ blue 188

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

Shades of Downy #6EECBC

Tints of Downy #6EECBC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.19%

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

R = 20.6%
G = 44.19%
B = 35.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#6EECBC (or 0x6EECBC) is known color: Downy. HEX triplet: 6E, EC and BC. RGB value is (110,236,188). Sum of RGB (Red+Green+Blue) = 110+236+188=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECBC is #911343. Grayscale: #C0C0C0. Windows color (decimal): -9507652 or 12381294. OLE color: 12381294.

HSL color Cylindrical-coordinate representation of color #6EECBC: hue angle of 157.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECBC is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 188 -
CMYK 0.53 0 0.20 0.07
HSL 157.14º 0.77% 0.68% -
HSV(B) 157.14º 0.53% 0.93% -
XYZ 45.5 66.94 58.1 -
YUV 192.85 125.26 68.9 -
System Red Green Blue C M Y K H S L
Decimal 110 236 188 0.53 0 0.20 0.07 157.14 0.77 0.68
Hex 6E EC BC 35 0 14 7 9D 4D 44
Octal 156 354 274 65 0 24 7 235 115 104
Binary 1101110 11101100 10111100 110101 0 10100 111 10011101 1001101 1000100

Color Harmonies of #6EECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECBC

Black with #6EECBC

Text Example


Text Example

White with #6EECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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