Html Css Color HEX #68D4C5 Downy

📋 copy color: '#68D4C5'

red 104 ◦ green 212 ◦ blue 197

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

Shades of Downy #68D4C5

Tints of Downy #68D4C5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.33%

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

R = 20.27%
G = 41.33%
B = 38.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#68D4C5 (or 0x68D4C5) is known color: Downy. HEX triplet: 68, D4 and C5. RGB value is (104,212,197). Sum of RGB (Red+Green+Blue) = 104+212+197=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #68D4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D4C5 is #972B3A. Grayscale: #B1B1B1. Windows color (decimal): -9907003 or 12964968. OLE color: 12964968.

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

Color convert

RGB 104 212 197 -
CMYK 0.51 0 0.07 0.17
HSL 171.67º 0.56% 0.62% -
HSV(B) 171.67º 0.51% 0.83% -
XYZ 39.33 54.06 61.19 -
YUV 178 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 104 212 197 0.51 0 0.07 0.17 171.67 0.56 0.62
Hex 68 D4 C5 33 0 7 11 AC 38 3E
Octal 150 324 305 63 0 7 21 254 70 76
Binary 1101000 11010100 11000101 110011 0 111 10001 10101100 111000 111110

Color Harmonies of #68D4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D4C5

Black with #68D4C5

Text Example


Text Example

White with #68D4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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