Html Css Color HEX #68E1CF Downy

📋 copy color: '#68E1CF'

red 104 ◦ green 225 ◦ blue 207

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

Shades of Downy #68E1CF

Tints of Downy #68E1CF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

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

R = 19.4%
G = 41.98%
B = 38.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#68E1CF (or 0x68E1CF) is known color: Downy. HEX triplet: 68, E1 and CF. RGB value is (104,225,207). Sum of RGB (Red+Green+Blue) = 104+225+207=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1CF is #971E30. Grayscale: #BABABA. Windows color (decimal): -9903665 or 13623656. OLE color: 13623656.

HSL color Cylindrical-coordinate representation of color #68E1CF: hue angle of 171.07º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1CF is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 225 207 -
CMYK 0.54 0 0.08 0.12
HSL 171.07º 0.67% 0.65% -
HSV(B) 171.07º 0.54% 0.88% -
XYZ 43.9 61.3 68.55 -
YUV 186.77 139.41 68.96 -
System Red Green Blue C M Y K H S L
Decimal 104 225 207 0.54 0 0.08 0.12 171.07 0.67 0.65
Hex 68 E1 CF 36 0 8 C AB 43 41
Octal 150 341 317 66 0 10 14 253 103 101
Binary 1101000 11100001 11001111 110110 0 1000 1100 10101011 1000011 1000001

Color Harmonies of #68E1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E1CF

Black with #68E1CF

Text Example


Text Example

White with #68E1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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