Html Css Color HEX #68E6CA Downy

📋 copy color: '#68E6CA'

red 104 ◦ green 230 ◦ blue 202

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

Shades of Downy #68E6CA

Tints of Downy #68E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.91%

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

R = 19.4%
G = 42.91%
B = 37.69%

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

#68E6CA (or 0x68E6CA) is known color: Downy. HEX triplet: 68, E6 and CA. RGB value is (104,230,202). Sum of RGB (Red+Green+Blue) = 104+230+202=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6CA is #971935. Grayscale: #BDBDBD. Windows color (decimal): -9902390 or 13297256. OLE color: 13297256.

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

Color convert

RGB 104 230 202 -
CMYK 0.55 0 0.12 0.10
HSL 166.67º 0.72% 0.65% -
HSV(B) 166.67º 0.55% 0.9% -
XYZ 44.67 63.8 65.84 -
YUV 189.13 135.26 67.28 -
System Red Green Blue C M Y K H S L
Decimal 104 230 202 0.55 0 0.12 0.10 166.67 0.72 0.65
Hex 68 E6 CA 37 0 C A A7 48 41
Octal 150 346 312 67 0 14 12 247 110 101
Binary 1101000 11100110 11001010 110111 0 1100 1010 10100111 1001000 1000001

Color Harmonies of #68E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E6CA

Black with #68E6CA

Text Example


Text Example

White with #68E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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