Html Css Color HEX #6EE2CC Downy

📋 copy color: '#6EE2CC'

red 110 ◦ green 226 ◦ blue 204

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

Shades of Downy #6EE2CC

Tints of Downy #6EE2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 20.37%
G = 41.85%
B = 37.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#6EE2CC (or 0x6EE2CC) is known color: Downy. HEX triplet: 6E, E2 and CC. RGB value is (110,226,204). Sum of RGB (Red+Green+Blue) = 110+226+204=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #6EE2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE2CC is #911D33. Grayscale: #BCBCBC. Windows color (decimal): -9510196 or 13427310. OLE color: 13427310.

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

Color convert

RGB 110 226 204 -
CMYK 0.51 0 0.10 0.11
HSL 168.62º 0.67% 0.66% -
HSV(B) 168.62º 0.51% 0.89% -
XYZ 44.53 62.07 66.76 -
YUV 188.81 136.57 71.79 -
System Red Green Blue C M Y K H S L
Decimal 110 226 204 0.51 0 0.10 0.11 168.62 0.67 0.66
Hex 6E E2 CC 33 0 A B A9 43 42
Octal 156 342 314 63 0 12 13 251 103 102
Binary 1101110 11100010 11001100 110011 0 1010 1011 10101001 1000011 1000010

Color Harmonies of #6EE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE2CC

Black with #6EE2CC

Text Example


Text Example

White with #6EE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,226,204); }

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

background-color css

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

 a { background-color: rgb(110,226,204); }

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

border-color css

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

 span { border-color: rgb(110,226,204); }

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