Html Css Color HEX #68D5C7 Downy

📋 copy color: '#68D5C7'

red 104 ◦ green 213 ◦ blue 199

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

Shades of Downy #68D5C7

Tints of Downy #68D5C7

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

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

R = 20.16%
G = 41.28%
B = 38.57%

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

#68D5C7 (or 0x68D5C7) is known color: Downy. HEX triplet: 68, D5 and C7. RGB value is (104,213,199). Sum of RGB (Red+Green+Blue) = 104+213+199=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5C7 is #972A38. Grayscale: #B2B2B2. Windows color (decimal): -9906745 or 13096296. OLE color: 13096296.

HSL color Cylindrical-coordinate representation of color #68D5C7: hue angle of 172.29º degrees, saturation: 0.56, 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 #68D5C7 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 199 -
CMYK 0.51 0 0.07 0.16
HSL 172.29º 0.56% 0.62% -
HSV(B) 172.29º 0.51% 0.84% -
XYZ 39.81 54.66 62.48 -
YUV 178.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 104 213 199 0.51 0 0.07 0.16 172.29 0.56 0.62
Hex 68 D5 C7 33 0 7 10 AC 38 3E
Octal 150 325 307 63 0 7 20 254 70 76
Binary 1101000 11010101 11000111 110011 0 111 10000 10101100 111000 111110

Color Harmonies of #68D5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5C7

Black with #68D5C7

Text Example


Text Example

White with #68D5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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