Html Css Color HEX #68D7C7 Downy

📋 copy color: '#68D7C7'

red 104 ◦ green 215 ◦ blue 199

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

Shades of Downy #68D7C7

Tints of Downy #68D7C7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

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

R = 20.08%
G = 41.51%
B = 38.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#68D7C7 (or 0x68D7C7) is known color: Downy. HEX triplet: 68, D7 and C7. RGB value is (104,215,199). Sum of RGB (Red+Green+Blue) = 104+215+199=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7C7 is #972838. Grayscale: #B3B3B3. Windows color (decimal): -9906233 or 13096808. OLE color: 13096808.

HSL color Cylindrical-coordinate representation of color #68D7C7: hue angle of 171.35º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7C7 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 215 199 -
CMYK 0.52 0 0.07 0.16
HSL 171.35º 0.58% 0.63% -
HSV(B) 171.35º 0.52% 0.84% -
XYZ 40.32 55.67 62.65 -
YUV 179.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 104 215 199 0.52 0 0.07 0.16 171.35 0.58 0.63
Hex 68 D7 C7 34 0 7 10 AB 3A 3F
Octal 150 327 307 64 0 7 20 253 72 77
Binary 1101000 11010111 11000111 110100 0 111 10000 10101011 111010 111111

Color Harmonies of #68D7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D7C7

Black with #68D7C7

Text Example


Text Example

White with #68D7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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