Html Css Color HEX #68DCC5 Downy

📋 copy color: '#68DCC5'

red 104 ◦ green 220 ◦ blue 197

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

Shades of Downy #68DCC5

Tints of Downy #68DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 19.96%
G = 42.23%
B = 37.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#68DCC5 (or 0x68DCC5) is known color: Downy. HEX triplet: 68, DC and C5. RGB value is (104,220,197). Sum of RGB (Red+Green+Blue) = 104+220+197=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC5 is #97233A. Grayscale: #B6B6B6. Windows color (decimal): -9904955 or 12967016. OLE color: 12967016.

HSL color Cylindrical-coordinate representation of color #68DCC5: hue angle of 168.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCC5 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 197 -
CMYK 0.53 0 0.10 0.14
HSL 168.1º 0.62% 0.64% -
HSV(B) 168.1º 0.53% 0.86% -
XYZ 41.38 58.16 61.87 -
YUV 182.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 104 220 197 0.53 0 0.10 0.14 168.1 0.62 0.64
Hex 68 DC C5 35 0 A E A8 3E 40
Octal 150 334 305 65 0 12 16 250 76 100
Binary 1101000 11011100 11000101 110101 0 1010 1110 10101000 111110 1000000

Color Harmonies of #68DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCC5

Black with #68DCC5

Text Example


Text Example

White with #68DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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