Html Css Color HEX #68D7C1 Downy

📋 copy color: '#68D7C1'

red 104 ◦ green 215 ◦ blue 193

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

Shades of Downy #68D7C1

Tints of Downy #68D7C1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 20.31%
G = 41.99%
B = 37.7%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#68D7C1 (or 0x68D7C1) is known color: Downy. HEX triplet: 68, D7 and C1. RGB value is (104,215,193). Sum of RGB (Red+Green+Blue) = 104+215+193=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D7C1 is #97283E. Grayscale: #B3B3B3. Windows color (decimal): -9906239 or 12703592. OLE color: 12703592.

HSL color Cylindrical-coordinate representation of color #68D7C1: hue angle of 168.11º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7C1 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 215 193 -
CMYK 0.52 0 0.10 0.16
HSL 168.11º 0.58% 0.63% -
HSV(B) 168.11º 0.52% 0.84% -
XYZ 39.64 55.39 59.06 -
YUV 179.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 104 215 193 0.52 0 0.10 0.16 168.11 0.58 0.63
Hex 68 D7 C1 34 0 A 10 A8 3A 3F
Octal 150 327 301 64 0 12 20 250 72 77
Binary 1101000 11010111 11000001 110100 0 1010 10000 10101000 111010 111111

Color Harmonies of #68D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D7C1

Black with #68D7C1

Text Example


Text Example

White with #68D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,215,193); }

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

background-color css

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

 a { background-color: rgb(104,215,193); }

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

border-color css

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

 span { border-color: rgb(104,215,193); }

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