Html Css Color HEX #68D2CC Downy

📋 copy color: '#68D2CC'

red 104 ◦ green 210 ◦ blue 204

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

Shades of Downy #68D2CC

Tints of Downy #68D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 20.08%
G = 40.54%
B = 39.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#68D2CC (or 0x68D2CC) is known color: Downy. HEX triplet: 68, D2 and CC. RGB value is (104,210,204). Sum of RGB (Red+Green+Blue) = 104+210+204=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #68D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2CC is #972D33. Grayscale: #B1B1B1. Windows color (decimal): -9907508 or 13423208. OLE color: 13423208.

HSL color Cylindrical-coordinate representation of color #68D2CC: hue angle of 176.6º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D2CC is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 210 204 -
CMYK 0.50 0 0.03 0.18
HSL 176.6º 0.54% 0.62% -
HSV(B) 176.6º 0.5% 0.82% -
XYZ 39.65 53.4 65.34 -
YUV 177.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 104 210 204 0.50 0 0.03 0.18 176.6 0.54 0.62
Hex 68 D2 CC 32 0 3 12 B1 36 3E
Octal 150 322 314 62 0 3 22 261 66 76
Binary 1101000 11010010 11001100 110010 0 11 10010 10110001 110110 111110

Color Harmonies of #68D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2CC

Black with #68D2CC

Text Example


Text Example

White with #68D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,210,204); }

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

background-color css

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

 a { background-color: rgb(104,210,204); }

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

border-color css

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

 span { border-color: rgb(104,210,204); }

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