Html Css Color HEX #68D2CB Downy

📋 copy color: '#68D2CB'

red 104 ◦ green 210 ◦ blue 203

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

Shades of Downy #68D2CB

Tints of Downy #68D2CB

RGB

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

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

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

R = 20.12%
G = 40.62%
B = 39.26%

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

#68D2CB (or 0x68D2CB) is known color: Downy. HEX triplet: 68, D2 and CB. RGB value is (104,210,203). Sum of RGB (Red+Green+Blue) = 104+210+203=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #68D2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D2CB is #972D34. Grayscale: #B1B1B1. Windows color (decimal): -9907509 or 13357672. OLE color: 13357672.

HSL color Cylindrical-coordinate representation of color #68D2CB: hue angle of 176.04º 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 #68D2CB is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 210 203 -
CMYK 0.50 0 0.03 0.18
HSL 176.04º 0.54% 0.62% -
HSV(B) 176.04º 0.5% 0.82% -
XYZ 39.54 53.35 64.71 -
YUV 177.51 142.38 75.57 -
System Red Green Blue C M Y K H S L
Decimal 104 210 203 0.50 0 0.03 0.18 176.04 0.54 0.62
Hex 68 D2 CB 32 0 3 12 B0 36 3E
Octal 150 322 313 62 0 3 22 260 66 76
Binary 1101000 11010010 11001011 110010 0 11 10010 10110000 110110 111110

Color Harmonies of #68D2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D2CB

Black with #68D2CB

Text Example


Text Example

White with #68D2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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