Html Css Color HEX #68C5BE Downy

📋 copy color: '#68C5BE'

red 104 ◦ green 197 ◦ blue 190

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

Shades of Downy #68C5BE

Tints of Downy #68C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

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

R = 21.18%
G = 40.12%
B = 38.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#68C5BE (or 0x68C5BE) is known color: Downy. HEX triplet: 68, C5 and BE. RGB value is (104,197,190). Sum of RGB (Red+Green+Blue) = 104+197+190=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5BE is #973A41. Grayscale: #A8A8A8. Windows color (decimal): -9910850 or 12502376. OLE color: 12502376.

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

Color convert

RGB 104 197 190 -
CMYK 0.47 0 0.04 0.23
HSL 175.48º 0.44% 0.59% -
HSV(B) 175.48º 0.47% 0.77% -
XYZ 34.97 46.59 55.87 -
YUV 168.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 104 197 190 0.47 0 0.04 0.23 175.48 0.44 0.59
Hex 68 C5 BE 2F 0 4 17 AF 2C 3B
Octal 150 305 276 57 0 4 27 257 54 73
Binary 1101000 11000101 10111110 101111 0 100 10111 10101111 101100 111011

Color Harmonies of #68C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5BE

Black with #68C5BE

Text Example


Text Example

White with #68C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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