Html Css Color HEX #68DCC7 Downy

📋 copy color: '#68DCC7'

red 104 ◦ green 220 ◦ blue 199

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

Shades of Downy #68DCC7

Tints of Downy #68DCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 19.89%
G = 42.07%
B = 38.05%

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

#68DCC7 (or 0x68DCC7) is known color: Downy. HEX triplet: 68, DC and C7. RGB value is (104,220,199). Sum of RGB (Red+Green+Blue) = 104+220+199=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCC7 is #972338. Grayscale: #B6B6B6. Windows color (decimal): -9904953 or 13098088. OLE color: 13098088.

HSL color Cylindrical-coordinate representation of color #68DCC7: hue angle of 169.14º 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 #68DCC7 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 199 -
CMYK 0.53 0 0.10 0.14
HSL 169.14º 0.62% 0.64% -
HSV(B) 169.14º 0.53% 0.86% -
XYZ 41.61 58.25 63.08 -
YUV 182.92 137.07 71.71 -
System Red Green Blue C M Y K H S L
Decimal 104 220 199 0.53 0 0.10 0.14 169.14 0.62 0.64
Hex 68 DC C7 35 0 A E A9 3E 40
Octal 150 334 307 65 0 12 16 251 76 100
Binary 1101000 11011100 11000111 110101 0 1010 1110 10101001 111110 1000000

Color Harmonies of #68DCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCC7

Black with #68DCC7

Text Example


Text Example

White with #68DCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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