Html Css Color HEX #68D5C9 Downy

📋 copy color: '#68D5C9'

red 104 ◦ green 213 ◦ blue 201

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

Shades of Downy #68D5C9

Tints of Downy #68D5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.8%

R = 20.08%
G = 41.12%
B = 38.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#68D5C9 (or 0x68D5C9) is known color: Downy. HEX triplet: 68, D5 and C9. RGB value is (104,213,201). Sum of RGB (Red+Green+Blue) = 104+213+201=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5C9 is #972A36. Grayscale: #B2B2B2. Windows color (decimal): -9906743 or 13227368. OLE color: 13227368.

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

Color convert

RGB 104 213 201 -
CMYK 0.51 0 0.06 0.16
HSL 173.39º 0.56% 0.62% -
HSV(B) 173.39º 0.51% 0.84% -
XYZ 40.05 54.75 63.72 -
YUV 179.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 104 213 201 0.51 0 0.06 0.16 173.39 0.56 0.62
Hex 68 D5 C9 33 0 6 10 AD 38 3E
Octal 150 325 311 63 0 6 20 255 70 76
Binary 1101000 11010101 11001001 110011 0 110 10000 10101101 111000 111110

Color Harmonies of #68D5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5C9

Black with #68D5C9

Text Example


Text Example

White with #68D5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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