Html Css Color HEX #68EBCD Downy

📋 copy color: '#68EBCD'

red 104 ◦ green 235 ◦ blue 205

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

Shades of Downy #68EBCD

Tints of Downy #68EBCD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.2%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 19.12%
G = 43.2%
B = 37.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#68EBCD (or 0x68EBCD) is known color: Downy. HEX triplet: 68, EB and CD. RGB value is (104,235,205). Sum of RGB (Red+Green+Blue) = 104+235+205=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBCD is #971432. Grayscale: #C0C0C0. Windows color (decimal): -9901107 or 13495144. OLE color: 13495144.

HSL color Cylindrical-coordinate representation of color #68EBCD: hue angle of 166.26º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBCD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 235 205 -
CMYK 0.56 0 0.13 0.08
HSL 166.26º 0.77% 0.66% -
HSV(B) 166.26º 0.56% 0.92% -
XYZ 46.44 66.77 68.2 -
YUV 192.41 135.1 64.94 -
System Red Green Blue C M Y K H S L
Decimal 104 235 205 0.56 0 0.13 0.08 166.26 0.77 0.66
Hex 68 EB CD 38 0 D 8 A6 4D 42
Octal 150 353 315 70 0 15 10 246 115 102
Binary 1101000 11101011 11001101 111000 0 1101 1000 10100110 1001101 1000010

Color Harmonies of #68EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EBCD

Black with #68EBCD

Text Example


Text Example

White with #68EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,235,205); }

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

background-color css

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

 a { background-color: rgb(104,235,205); }

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

border-color css

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

 span { border-color: rgb(104,235,205); }

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