Html Css Color HEX #68D5CC Downy

📋 copy color: '#68D5CC'

red 104 ◦ green 213 ◦ blue 204

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

Shades of Downy #68D5CC

Tints of Downy #68D5CC

RGB

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

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

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

R = 19.96%
G = 40.88%
B = 39.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#68D5CC (or 0x68D5CC) is known color: Downy. HEX triplet: 68, D5 and CC. RGB value is (104,213,204). Sum of RGB (Red+Green+Blue) = 104+213+204=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5CC is #972A33. Grayscale: #B3B3B3. Windows color (decimal): -9906740 or 13423976. OLE color: 13423976.

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

Color convert

RGB 104 213 204 -
CMYK 0.51 0 0.04 0.16
HSL 175.05º 0.56% 0.62% -
HSV(B) 175.05º 0.51% 0.84% -
XYZ 40.4 54.89 65.59 -
YUV 179.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 104 213 204 0.51 0 0.04 0.16 175.05 0.56 0.62
Hex 68 D5 CC 33 0 4 10 AF 38 3E
Octal 150 325 314 63 0 4 20 257 70 76
Binary 1101000 11010101 11001100 110011 0 100 10000 10101111 111000 111110

Color Harmonies of #68D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5CC

Black with #68D5CC

Text Example


Text Example

White with #68D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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