Html Css Color HEX #68D6C6 Downy

📋 copy color: '#68D6C6'

red 104 ◦ green 214 ◦ blue 198

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

Shades of Downy #68D6C6

Tints of Downy #68D6C6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 20.16%
G = 41.47%
B = 38.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#68D6C6 (or 0x68D6C6) is known color: Downy. HEX triplet: 68, D6 and C6. RGB value is (104,214,198). Sum of RGB (Red+Green+Blue) = 104+214+198=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #68D6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D6C6 is #972939. Grayscale: #B3B3B3. Windows color (decimal): -9906490 or 13031016. OLE color: 13031016.

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

Color convert

RGB 104 214 198 -
CMYK 0.51 0 0.07 0.16
HSL 171.27º 0.57% 0.62% -
HSV(B) 171.27º 0.51% 0.84% -
XYZ 39.95 55.11 61.96 -
YUV 179.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 104 214 198 0.51 0 0.07 0.16 171.27 0.57 0.62
Hex 68 D6 C6 33 0 7 10 AB 39 3E
Octal 150 326 306 63 0 7 20 253 71 76
Binary 1101000 11010110 11000110 110011 0 111 10000 10101011 111001 111110

Color Harmonies of #68D6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D6C6

Black with #68D6C6

Text Example


Text Example

White with #68D6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,214,198); }

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

background-color css

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

 a { background-color: rgb(104,214,198); }

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

border-color css

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

 span { border-color: rgb(104,214,198); }

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