Html Css Color HEX #6EDFBC Downy

📋 copy color: '#6EDFBC'

red 110 ◦ green 223 ◦ blue 188

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

Shades of Downy #6EDFBC

Tints of Downy #6EDFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

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

R = 21.11%
G = 42.8%
B = 36.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#6EDFBC (or 0x6EDFBC) is known color: Downy. HEX triplet: 6E, DF and BC. RGB value is (110,223,188). Sum of RGB (Red+Green+Blue) = 110+223+188=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFBC is #912043. Grayscale: #B9B9B9. Windows color (decimal): -9510980 or 12377966. OLE color: 12377966.

HSL color Cylindrical-coordinate representation of color #6EDFBC: hue angle of 161.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDFBC is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 223 188 -
CMYK 0.51 0 0.16 0.13
HSL 161.42º 0.64% 0.65% -
HSV(B) 161.42º 0.51% 0.87% -
XYZ 41.9 59.72 56.9 -
YUV 185.22 129.56 74.35 -
System Red Green Blue C M Y K H S L
Decimal 110 223 188 0.51 0 0.16 0.13 161.42 0.64 0.65
Hex 6E DF BC 33 0 10 D A1 40 41
Octal 156 337 274 63 0 20 15 241 100 101
Binary 1101110 11011111 10111100 110011 0 10000 1101 10100001 1000000 1000001

Color Harmonies of #6EDFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFBC

Black with #6EDFBC

Text Example


Text Example

White with #6EDFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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