Html Css Color HEX #68D0C3 Downy

📋 copy color: '#68D0C3'

red 104 ◦ green 208 ◦ blue 195

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

Shades of Downy #68D0C3

Tints of Downy #68D0C3

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 195 (76.56% from 255) = 38.46%

R = 20.51%
G = 41.03%
B = 38.46%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#68D0C3 (or 0x68D0C3) is known color: Downy. HEX triplet: 68, D0 and C3. RGB value is (104,208,195). Sum of RGB (Red+Green+Blue) = 104+208+195=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0C3 is #972F3C. Grayscale: #AFAFAF. Windows color (decimal): -9908029 or 12832872. OLE color: 12832872.

HSL color Cylindrical-coordinate representation of color #68D0C3: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0C3 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 195 -
CMYK 0.5 0 0.06 0.18
HSL 172.5º 0.53% 0.61% -
HSV(B) 172.5º 0.5% 0.82% -
XYZ 38.12 51.99 59.66 -
YUV 175.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 104 208 195 0.5 0 0.06 0.18 172.5 0.53 0.61
Hex 68 D0 C3 32 0 6 12 AC 35 3D
Octal 150 320 303 62 0 6 22 254 65 75
Binary 1101000 11010000 11000011 110010 0 110 10010 10101100 110101 111101

Color Harmonies of #68D0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D0C3

Black with #68D0C3

Text Example


Text Example

White with #68D0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,195); }

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

background-color css

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

 a { background-color: rgb(104,208,195); }

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

border-color css

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

 span { border-color: rgb(104,208,195); }

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