Html Css Color HEX #68E5CA Downy

📋 copy color: '#68E5CA'

red 104 ◦ green 229 ◦ blue 202

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

Shades of Downy #68E5CA

Tints of Downy #68E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 19.44%
G = 42.8%
B = 37.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#68E5CA (or 0x68E5CA) is known color: Downy. HEX triplet: 68, E5 and CA. RGB value is (104,229,202). Sum of RGB (Red+Green+Blue) = 104+229+202=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5CA is #971A35. Grayscale: #BCBCBC. Windows color (decimal): -9902646 or 13297000. OLE color: 13297000.

HSL color Cylindrical-coordinate representation of color #68E5CA: hue angle of 167.04º 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 #68E5CA is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 229 202 -
CMYK 0.55 0 0.12 0.10
HSL 167.04º 0.71% 0.65% -
HSV(B) 167.04º 0.55% 0.9% -
XYZ 44.39 63.25 65.75 -
YUV 188.55 135.59 67.7 -
System Red Green Blue C M Y K H S L
Decimal 104 229 202 0.55 0 0.12 0.10 167.04 0.71 0.65
Hex 68 E5 CA 37 0 C A A7 47 41
Octal 150 345 312 67 0 14 12 247 107 101
Binary 1101000 11100101 11001010 110111 0 1100 1010 10100111 1000111 1000001

Color Harmonies of #68E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E5CA

Black with #68E5CA

Text Example


Text Example

White with #68E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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