Html Css Color HEX #68C6BE Downy

📋 copy color: '#68C6BE'

red 104 ◦ green 198 ◦ blue 190

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

Shades of Downy #68C6BE

Tints of Downy #68C6BE

RGB

 RED value IS 104 (41.02% from 255) = 21.14%

 GREEN value IS 198 (77.73% from 255) = 40.24%

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

R = 21.14%
G = 40.24%
B = 38.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#68C6BE (or 0x68C6BE) is known color: Downy. HEX triplet: 68, C6 and BE. RGB value is (104,198,190). Sum of RGB (Red+Green+Blue) = 104+198+190=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #68C6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6BE is #973941. Grayscale: #A8A8A8. Windows color (decimal): -9910594 or 12502632. OLE color: 12502632.

HSL color Cylindrical-coordinate representation of color #68C6BE: hue angle of 174.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C6BE is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 198 190 -
CMYK 0.47 0 0.04 0.22
HSL 174.89º 0.45% 0.59% -
HSV(B) 174.89º 0.47% 0.78% -
XYZ 35.2 47.05 55.94 -
YUV 168.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 104 198 190 0.47 0 0.04 0.22 174.89 0.45 0.59
Hex 68 C6 BE 2F 0 4 16 AF 2D 3B
Octal 150 306 276 57 0 4 26 257 55 73
Binary 1101000 11000110 10111110 101111 0 100 10110 10101111 101101 111011

Color Harmonies of #68C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6BE

Black with #68C6BE

Text Example


Text Example

White with #68C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C6BE; }

 p { color: rgb(104,198,190); }

 H1.HeaderClassName
 {
   color: #68C6BE;
 }
 .AnyTagClassName
 {
   color: #68C6BE;
 }
</style>

background-color css

<style>
 a { background-color: #68C6BE; }

 a { background-color: rgb(104,198,190); }

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

border-color css

<style>
 span { border-color: #68C6BE; }

 span { border-color: rgb(104,198,190); }

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