Html Css Color HEX #68EAD2 Downy

📋 copy color: '#68EAD2'

red 104 ◦ green 234 ◦ blue 210

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

Shades of Downy #68EAD2

Tints of Downy #68EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.32%

R = 18.98%
G = 42.7%
B = 38.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#68EAD2 (or 0x68EAD2) is known color: Downy. HEX triplet: 68, EA and D2. RGB value is (104,234,210). Sum of RGB (Red+Green+Blue) = 104+234+210=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD2 is #97152D. Grayscale: #C0C0C0. Windows color (decimal): -9901358 or 13822568. OLE color: 13822568.

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

Color convert

RGB 104 234 210 -
CMYK 0.56 0 0.10 0.08
HSL 168.92º 0.76% 0.66% -
HSV(B) 168.92º 0.56% 0.92% -
XYZ 46.76 66.44 71.33 -
YUV 192.39 137.93 64.95 -
System Red Green Blue C M Y K H S L
Decimal 104 234 210 0.56 0 0.10 0.08 168.92 0.76 0.66
Hex 68 EA D2 38 0 A 8 A9 4C 42
Octal 150 352 322 70 0 12 10 251 114 102
Binary 1101000 11101010 11010010 111000 0 1010 1000 10101001 1001100 1000010

Color Harmonies of #68EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAD2

Black with #68EAD2

Text Example


Text Example

White with #68EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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