Html Css Color HEX #6EE5CC Downy

📋 copy color: '#6EE5CC'

red 110 ◦ green 229 ◦ blue 204

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

Shades of Downy #6EE5CC

Tints of Downy #6EE5CC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.17%

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

R = 20.26%
G = 42.17%
B = 37.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#6EE5CC (or 0x6EE5CC) is known color: Downy. HEX triplet: 6E, E5 and CC. RGB value is (110,229,204). Sum of RGB (Red+Green+Blue) = 110+229+204=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #6EE5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE5CC is #911A33. Grayscale: #BEBEBE. Windows color (decimal): -9509428 or 13428078. OLE color: 13428078.

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

Color convert

RGB 110 229 204 -
CMYK 0.52 0 0.11 0.10
HSL 167.4º 0.7% 0.66% -
HSV(B) 167.4º 0.52% 0.9% -
XYZ 45.35 63.71 67.03 -
YUV 190.57 135.58 70.53 -
System Red Green Blue C M Y K H S L
Decimal 110 229 204 0.52 0 0.11 0.10 167.4 0.7 0.66
Hex 6E E5 CC 34 0 B A A7 46 42
Octal 156 345 314 64 0 13 12 247 106 102
Binary 1101110 11100101 11001100 110100 0 1011 1010 10100111 1000110 1000010

Color Harmonies of #6EE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE5CC

Black with #6EE5CC

Text Example


Text Example

White with #6EE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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