Html Css Color HEX #68CDBA Downy

📋 copy color: '#68CDBA'

red 104 ◦ green 205 ◦ blue 186

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

Shades of Downy #68CDBA

Tints of Downy #68CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 21.01%
G = 41.41%
B = 37.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#68CDBA (or 0x68CDBA) is known color: Downy. HEX triplet: 68, CD and BA. RGB value is (104,205,186). Sum of RGB (Red+Green+Blue) = 104+205+186=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDBA is #973245. Grayscale: #ACACAC. Windows color (decimal): -9908806 or 12242280. OLE color: 12242280.

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

Color convert

RGB 104 205 186 -
CMYK 0.49 0 0.09 0.20
HSL 168.71º 0.5% 0.61% -
HSV(B) 168.71º 0.49% 0.8% -
XYZ 36.4 50.15 54.22 -
YUV 172.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 104 205 186 0.49 0 0.09 0.20 168.71 0.5 0.61
Hex 68 CD BA 31 0 9 14 A9 32 3D
Octal 150 315 272 61 0 11 24 251 62 75
Binary 1101000 11001101 10111010 110001 0 1001 10100 10101001 110010 111101

Color Harmonies of #68CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDBA

Black with #68CDBA

Text Example


Text Example

White with #68CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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