Html Css Color HEX #68D0C8 Downy

📋 copy color: '#68D0C8'

red 104 ◦ green 208 ◦ blue 200

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

Shades of Downy #68D0C8

Tints of Downy #68D0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 200 (78.52% from 255) = 39.06%

R = 20.31%
G = 40.63%
B = 39.06%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#68D0C8 (or 0x68D0C8) is known color: Downy. HEX triplet: 68, D0 and C8. RGB value is (104,208,200). Sum of RGB (Red+Green+Blue) = 104+208+200=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0C8 is #972F37. Grayscale: #AFAFAF. Windows color (decimal): -9908024 or 13160552. OLE color: 13160552.

HSL color Cylindrical-coordinate representation of color #68D0C8: hue angle of 175.38º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0C8 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 200 -
CMYK 0.5 0 0.04 0.18
HSL 175.38º 0.53% 0.61% -
HSV(B) 175.38º 0.5% 0.82% -
XYZ 38.69 52.22 62.68 -
YUV 175.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 104 208 200 0.5 0 0.04 0.18 175.38 0.53 0.61
Hex 68 D0 C8 32 0 4 12 AF 35 3D
Octal 150 320 310 62 0 4 22 257 65 75
Binary 1101000 11010000 11001000 110010 0 100 10010 10101111 110101 111101

Color Harmonies of #68D0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D0C8

Black with #68D0C8

Text Example


Text Example

White with #68D0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,200); }

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

background-color css

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

 a { background-color: rgb(104,208,200); }

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

border-color css

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

 span { border-color: rgb(104,208,200); }

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