Html Css Color HEX #68CDB9 Downy

📋 copy color: '#68CDB9'

red 104 ◦ green 205 ◦ blue 185

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

Shades of Downy #68CDB9

Tints of Downy #68CDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 21.05%
G = 41.5%
B = 37.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#68CDB9 (or 0x68CDB9) is known color: Downy. HEX triplet: 68, CD and B9. RGB value is (104,205,185). Sum of RGB (Red+Green+Blue) = 104+205+185=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDB9 is #973246. Grayscale: #ACACAC. Windows color (decimal): -9908807 or 12176744. OLE color: 12176744.

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

Color convert

RGB 104 205 185 -
CMYK 0.49 0 0.10 0.20
HSL 168.12º 0.5% 0.61% -
HSV(B) 168.12º 0.49% 0.8% -
XYZ 36.3 50.11 53.66 -
YUV 172.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 104 205 185 0.49 0 0.10 0.20 168.12 0.5 0.61
Hex 68 CD B9 31 0 A 14 A8 32 3D
Octal 150 315 271 61 0 12 24 250 62 75
Binary 1101000 11001101 10111001 110001 0 1010 10100 10101000 110010 111101

Color Harmonies of #68CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDB9

Black with #68CDB9

Text Example


Text Example

White with #68CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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