Html Css Color HEX #68CDC1 Downy

📋 copy color: '#68CDC1'

red 104 ◦ green 205 ◦ blue 193

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

Shades of Downy #68CDC1

Tints of Downy #68CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.84%

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

R = 20.72%
G = 40.84%
B = 38.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#68CDC1 (or 0x68CDC1) is known color: Downy. HEX triplet: 68, CD and C1. RGB value is (104,205,193). Sum of RGB (Red+Green+Blue) = 104+205+193=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDC1 is #97323E. Grayscale: #ADADAD. Windows color (decimal): -9908799 or 12701032. OLE color: 12701032.

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

Color convert

RGB 104 205 193 -
CMYK 0.49 0 0.06 0.20
HSL 172.87º 0.5% 0.61% -
HSV(B) 172.87º 0.49% 0.8% -
XYZ 37.17 50.46 58.23 -
YUV 173.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 104 205 193 0.49 0 0.06 0.20 172.87 0.5 0.61
Hex 68 CD C1 31 0 6 14 AD 32 3D
Octal 150 315 301 61 0 6 24 255 62 75
Binary 1101000 11001101 11000001 110001 0 110 10100 10101101 110010 111101

Color Harmonies of #68CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDC1

Black with #68CDC1

Text Example


Text Example

White with #68CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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