Html Css Color HEX #68D9CC Downy

📋 copy color: '#68D9CC'

red 104 ◦ green 217 ◦ blue 204

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

Shades of Downy #68D9CC

Tints of Downy #68D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 19.81%
G = 41.33%
B = 38.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#68D9CC (or 0x68D9CC) is known color: Downy. HEX triplet: 68, D9 and CC. RGB value is (104,217,204). Sum of RGB (Red+Green+Blue) = 104+217+204=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9CC is #972633. Grayscale: #B5B5B5. Windows color (decimal): -9905716 or 13425000. OLE color: 13425000.

HSL color Cylindrical-coordinate representation of color #68D9CC: hue angle of 173.1º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D9CC is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 204 -
CMYK 0.52 0 0.06 0.15
HSL 173.1º 0.6% 0.63% -
HSV(B) 173.1º 0.52% 0.85% -
XYZ 41.42 56.93 65.93 -
YUV 181.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 104 217 204 0.52 0 0.06 0.15 173.1 0.6 0.63
Hex 68 D9 CC 34 0 6 F AD 3C 3F
Octal 150 331 314 64 0 6 17 255 74 77
Binary 1101000 11011001 11001100 110100 0 110 1111 10101101 111100 111111

Color Harmonies of #68D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D9CC

Black with #68D9CC

Text Example


Text Example

White with #68D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,217,204); }

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

background-color css

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

 a { background-color: rgb(104,217,204); }

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

border-color css

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

 span { border-color: rgb(104,217,204); }

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