Html Css Color HEX #68D0CB Downy

📋 copy color: '#68D0CB'

red 104 ◦ green 208 ◦ blue 203

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

Shades of Downy #68D0CB

Tints of Downy #68D0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 20.19%
G = 40.39%
B = 39.42%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#68D0CB (or 0x68D0CB) is known color: Downy. HEX triplet: 68, D0 and CB. RGB value is (104,208,203). Sum of RGB (Red+Green+Blue) = 104+208+203=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #68D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0CB is #972F34. Grayscale: #B0B0B0. Windows color (decimal): -9908021 or 13357160. OLE color: 13357160.

HSL color Cylindrical-coordinate representation of color #68D0CB: hue angle of 177.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D0CB is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 208 203 -
CMYK 0.5 0 0.02 0.18
HSL 177.12º 0.53% 0.61% -
HSV(B) 177.12º 0.5% 0.82% -
XYZ 39.04 52.37 64.55 -
YUV 176.33 143.04 76.41 -
System Red Green Blue C M Y K H S L
Decimal 104 208 203 0.5 0 0.02 0.18 177.12 0.53 0.61
Hex 68 D0 CB 32 0 2 12 B1 35 3D
Octal 150 320 313 62 0 2 22 261 65 75
Binary 1101000 11010000 11001011 110010 0 10 10010 10110001 110101 111101

Color Harmonies of #68D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D0CB

Black with #68D0CB

Text Example


Text Example

White with #68D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,208,203); }

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

background-color css

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

 a { background-color: rgb(104,208,203); }

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

border-color css

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

 span { border-color: rgb(104,208,203); }

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