Html Css Color HEX #68D9CF Downy

📋 copy color: '#68D9CF'

red 104 ◦ green 217 ◦ blue 207

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

Shades of Downy #68D9CF

Tints of Downy #68D9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 19.7%
G = 41.1%
B = 39.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#68D9CF (or 0x68D9CF) is known color: Downy. HEX triplet: 68, D9 and CF. RGB value is (104,217,207). Sum of RGB (Red+Green+Blue) = 104+217+207=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #68D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9CF is #972630. Grayscale: #B6B6B6. Windows color (decimal): -9905713 or 13621608. OLE color: 13621608.

HSL color Cylindrical-coordinate representation of color #68D9CF: hue angle of 174.69º 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 #68D9CF is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 217 207 -
CMYK 0.52 0 0.05 0.15
HSL 174.69º 0.6% 0.63% -
HSV(B) 174.69º 0.52% 0.85% -
XYZ 41.78 57.07 67.85 -
YUV 182.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 104 217 207 0.52 0 0.05 0.15 174.69 0.6 0.63
Hex 68 D9 CF 34 0 5 F AF 3C 3F
Octal 150 331 317 64 0 5 17 257 74 77
Binary 1101000 11011001 11001111 110100 0 101 1111 10101111 111100 111111

Color Harmonies of #68D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D9CF

Black with #68D9CF

Text Example


Text Example

White with #68D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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