Html Css Color HEX #68E5CF Downy

📋 copy color: '#68E5CF'

red 104 ◦ green 229 ◦ blue 207

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

Shades of Downy #68E5CF

Tints of Downy #68E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.41%

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

R = 19.26%
G = 42.41%
B = 38.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#68E5CF (or 0x68E5CF) is known color: Downy. HEX triplet: 68, E5 and CF. RGB value is (104,229,207). Sum of RGB (Red+Green+Blue) = 104+229+207=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5CF is #971A30. Grayscale: #BDBDBD. Windows color (decimal): -9902641 or 13624680. OLE color: 13624680.

HSL color Cylindrical-coordinate representation of color #68E5CF: hue angle of 169.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5CF is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 229 207 -
CMYK 0.55 0 0.10 0.10
HSL 169.44º 0.71% 0.65% -
HSV(B) 169.44º 0.55% 0.9% -
XYZ 44.99 63.49 68.91 -
YUV 189.12 138.09 67.29 -
System Red Green Blue C M Y K H S L
Decimal 104 229 207 0.55 0 0.10 0.10 169.44 0.71 0.65
Hex 68 E5 CF 37 0 A A A9 47 41
Octal 150 345 317 67 0 12 12 251 107 101
Binary 1101000 11100101 11001111 110111 0 1010 1010 10101001 1000111 1000001

Color Harmonies of #68E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E5CF

Black with #68E5CF

Text Example


Text Example

White with #68E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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