Html Css Color HEX #6ECACA Downy

📋 copy color: '#6ECACA'

red 110 ◦ green 202 ◦ blue 202

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

Shades of Downy #6ECACA

Tints of Downy #6ECACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 21.4%
G = 39.3%
B = 39.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6ECACA (or 0x6ECACA) is known color: Downy. HEX triplet: 6E, CA and CA. RGB value is (110,202,202). Sum of RGB (Red+Green+Blue) = 110+202+202=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #6ECACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECACA is #913535. Grayscale: #AEAEAE. Windows color (decimal): -9516342 or 13290094. OLE color: 13290094.

HSL color Cylindrical-coordinate representation of color #6ECACA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECACA is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 202 202 -
CMYK 0.46 0 0 0.21
HSL 180º 0.46% 0.61% -
HSV(B) 180º 0.46% 0.79% -
XYZ 38.21 49.82 63.48 -
YUV 174.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 110 202 202 0.46 0 0 0.21 180 0.46 0.61
Hex 6E CA CA 2E 0 0 15 B4 2E 3D
Octal 156 312 312 56 0 0 25 264 56 75
Binary 1101110 11001010 11001010 101110 0 0 10101 10110100 101110 111101

Color Harmonies of #6ECACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECACA

Black with #6ECACA

Text Example


Text Example

White with #6ECACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,202,202); }

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

background-color css

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

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

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

border-color css

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

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

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