Html Css Color HEX #68CDC2 Downy

📋 copy color: '#68CDC2'

red 104 ◦ green 205 ◦ blue 194

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

Shades of Downy #68CDC2

Tints of Downy #68CDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 20.68%
G = 40.76%
B = 38.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#68CDC2 (or 0x68CDC2) is known color: Downy. HEX triplet: 68, CD and C2. RGB value is (104,205,194). Sum of RGB (Red+Green+Blue) = 104+205+194=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDC2 is #97323D. Grayscale: #ADADAD. Windows color (decimal): -9908798 or 12766568. OLE color: 12766568.

HSL color Cylindrical-coordinate representation of color #68CDC2: hue angle of 173.47º 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 #68CDC2 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 194 -
CMYK 0.49 0 0.05 0.20
HSL 173.47º 0.5% 0.61% -
HSV(B) 173.47º 0.49% 0.8% -
XYZ 37.28 50.5 58.82 -
YUV 173.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 104 205 194 0.49 0 0.05 0.20 173.47 0.5 0.61
Hex 68 CD C2 31 0 5 14 AD 32 3D
Octal 150 315 302 61 0 5 24 255 62 75
Binary 1101000 11001101 11000010 110001 0 101 10100 10101101 110010 111101

Color Harmonies of #68CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDC2

Black with #68CDC2

Text Example


Text Example

White with #68CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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