Html Css Color HEX #68CDCB Downy

📋 copy color: '#68CDCB'

red 104 ◦ green 205 ◦ blue 203

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

Shades of Downy #68CDCB

Tints of Downy #68CDCB

RGB

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

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

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

R = 20.31%
G = 40.04%
B = 39.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#68CDCB (or 0x68CDCB) is known color: Downy. HEX triplet: 68, CD and CB. RGB value is (104,205,203). Sum of RGB (Red+Green+Blue) = 104+205+203=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDCB is #973234. Grayscale: #AEAEAE. Windows color (decimal): -9908789 or 13356392. OLE color: 13356392.

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

Color convert

RGB 104 205 203 -
CMYK 0.49 0 0.01 0.20
HSL 178.81º 0.5% 0.61% -
HSV(B) 178.81º 0.49% 0.8% -
XYZ 38.32 50.92 64.31 -
YUV 174.57 144.04 77.66 -
System Red Green Blue C M Y K H S L
Decimal 104 205 203 0.49 0 0.01 0.20 178.81 0.5 0.61
Hex 68 CD CB 31 0 1 14 B3 32 3D
Octal 150 315 313 61 0 1 24 263 62 75
Binary 1101000 11001101 11001011 110001 0 1 10100 10110011 110010 111101

Color Harmonies of #68CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDCB

Black with #68CDCB

Text Example


Text Example

White with #68CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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