Html Css Color HEX #68E4D2 Downy

📋 copy color: '#68E4D2'

red 104 ◦ green 228 ◦ blue 210

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

Shades of Downy #68E4D2

Tints of Downy #68E4D2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.07%

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

R = 19.19%
G = 42.07%
B = 38.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#68E4D2 (or 0x68E4D2) is known color: Downy. HEX triplet: 68, E4 and D2. RGB value is (104,228,210). Sum of RGB (Red+Green+Blue) = 104+228+210=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4D2 is #971B2D. Grayscale: #BCBCBC. Windows color (decimal): -9902894 or 13821032. OLE color: 13821032.

HSL color Cylindrical-coordinate representation of color #68E4D2: hue angle of 171.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4D2 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 228 210 -
CMYK 0.54 0 0.08 0.11
HSL 171.29º 0.7% 0.65% -
HSV(B) 171.29º 0.54% 0.89% -
XYZ 45.09 63.08 70.77 -
YUV 188.87 139.92 67.46 -
System Red Green Blue C M Y K H S L
Decimal 104 228 210 0.54 0 0.08 0.11 171.29 0.7 0.65
Hex 68 E4 D2 36 0 8 B AB 46 41
Octal 150 344 322 66 0 10 13 253 106 101
Binary 1101000 11100100 11010010 110110 0 1000 1011 10101011 1000110 1000001

Color Harmonies of #68E4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E4D2

Black with #68E4D2

Text Example


Text Example

White with #68E4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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