Html Css Color HEX #68C5BF Downy

📋 copy color: '#68C5BF'

red 104 ◦ green 197 ◦ blue 191

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

Shades of Downy #68C5BF

Tints of Downy #68C5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.82%

R = 21.14%
G = 40.04%
B = 38.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#68C5BF (or 0x68C5BF) is known color: Downy. HEX triplet: 68, C5 and BF. RGB value is (104,197,191). Sum of RGB (Red+Green+Blue) = 104+197+191=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5BF is #973A40. Grayscale: #A8A8A8. Windows color (decimal): -9910849 or 12567912. OLE color: 12567912.

HSL color Cylindrical-coordinate representation of color #68C5BF: hue angle of 176.13º 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 #68C5BF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 197 191 -
CMYK 0.47 0 0.03 0.23
HSL 176.13º 0.44% 0.59% -
HSV(B) 176.13º 0.47% 0.77% -
XYZ 35.08 46.64 56.44 -
YUV 168.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 104 197 191 0.47 0 0.03 0.23 176.13 0.44 0.59
Hex 68 C5 BF 2F 0 3 17 B0 2C 3B
Octal 150 305 277 57 0 3 27 260 54 73
Binary 1101000 11000101 10111111 101111 0 11 10111 10110000 101100 111011

Color Harmonies of #68C5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5BF

Black with #68C5BF

Text Example


Text Example

White with #68C5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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