Html Css Color HEX #68D5CF Downy

📋 copy color: '#68D5CF'

red 104 ◦ green 213 ◦ blue 207

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

Shades of Downy #68D5CF

Tints of Downy #68D5CF

RGB

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

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

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

R = 19.85%
G = 40.65%
B = 39.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#68D5CF (or 0x68D5CF) is known color: Downy. HEX triplet: 68, D5 and CF. RGB value is (104,213,207). Sum of RGB (Red+Green+Blue) = 104+213+207=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5CF is #972A30. Grayscale: #B3B3B3. Windows color (decimal): -9906737 or 13620584. OLE color: 13620584.

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

Color convert

RGB 104 213 207 -
CMYK 0.51 0 0.03 0.16
HSL 176.7º 0.56% 0.62% -
HSV(B) 176.7º 0.51% 0.84% -
XYZ 40.77 55.04 67.51 -
YUV 179.73 143.39 73.99 -
System Red Green Blue C M Y K H S L
Decimal 104 213 207 0.51 0 0.03 0.16 176.7 0.56 0.62
Hex 68 D5 CF 33 0 3 10 B1 38 3E
Octal 150 325 317 63 0 3 20 261 70 76
Binary 1101000 11010101 11001111 110011 0 11 10000 10110001 111000 111110

Color Harmonies of #68D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5CF

Black with #68D5CF

Text Example


Text Example

White with #68D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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