Html Css Color HEX #6DCABE Downy

📋 copy color: '#6DCABE'

red 109 ◦ green 202 ◦ blue 190

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

Shades of Downy #6DCABE

Tints of Downy #6DCABE

RGB

 RED value IS 109 (42.97% from 255) = 21.76%

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

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 21.76%
G = 40.32%
B = 37.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6DCABE (or 0x6DCABE) is known color: Downy. HEX triplet: 6D, CA and BE. RGB value is (109,202,190). Sum of RGB (Red+Green+Blue) = 109+202+190=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABE is #923541. Grayscale: #ACACAC. Windows color (decimal): -9581890 or 12503661. OLE color: 12503661.

HSL color Cylindrical-coordinate representation of color #6DCABE: hue angle of 172.26º degrees, saturation: 0.47, 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 #6DCABE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 202 190 -
CMYK 0.46 0 0.06 0.21
HSL 172.26º 0.47% 0.61% -
HSV(B) 172.26º 0.46% 0.79% -
XYZ 36.72 49.21 56.28 -
YUV 172.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 109 202 190 0.46 0 0.06 0.21 172.26 0.47 0.61
Hex 6D CA BE 2E 0 6 15 AC 2F 3D
Octal 155 312 276 56 0 6 25 254 57 75
Binary 1101101 11001010 10111110 101110 0 110 10101 10101100 101111 111101

Color Harmonies of #6DCABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCABE

Black with #6DCABE

Text Example


Text Example

White with #6DCABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,202,190); }

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

background-color css

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

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

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

border-color css

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

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

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