Html Css Color HEX #68EAD4 Downy

📋 copy color: '#68EAD4'

red 104 ◦ green 234 ◦ blue 212

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

Shades of Downy #68EAD4

Tints of Downy #68EAD4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.55%

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 18.91%
G = 42.55%
B = 38.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#68EAD4 (or 0x68EAD4) is known color: Downy. HEX triplet: 68, EA and D4. RGB value is (104,234,212). Sum of RGB (Red+Green+Blue) = 104+234+212=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD4 is #97152B. Grayscale: #C0C0C0. Windows color (decimal): -9901356 or 13953640. OLE color: 13953640.

HSL color Cylindrical-coordinate representation of color #68EAD4: hue angle of 169.85º degrees, saturation: 0.76, 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 #68EAD4 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 234 212 -
CMYK 0.56 0 0.09 0.08
HSL 169.85º 0.76% 0.66% -
HSV(B) 169.85º 0.56% 0.92% -
XYZ 47.02 66.54 72.65 -
YUV 192.62 138.93 64.79 -
System Red Green Blue C M Y K H S L
Decimal 104 234 212 0.56 0 0.09 0.08 169.85 0.76 0.66
Hex 68 EA D4 38 0 9 8 AA 4C 42
Octal 150 352 324 70 0 11 10 252 114 102
Binary 1101000 11101010 11010100 111000 0 1001 1000 10101010 1001100 1000010

Color Harmonies of #68EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAD4

Black with #68EAD4

Text Example


Text Example

White with #68EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,234,212); }

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

background-color css

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

 a { background-color: rgb(104,234,212); }

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

border-color css

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

 span { border-color: rgb(104,234,212); }

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