Html Css Color HEX #68CDC3 Downy

📋 copy color: '#68CDC3'

red 104 ◦ green 205 ◦ blue 195

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

Shades of Downy #68CDC3

Tints of Downy #68CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 20.63%
G = 40.67%
B = 38.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#68CDC3 (or 0x68CDC3) is known color: Downy. HEX triplet: 68, CD and C3. RGB value is (104,205,195). Sum of RGB (Red+Green+Blue) = 104+205+195=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDC3 is #97323C. Grayscale: #ADADAD. Windows color (decimal): -9908797 or 12832104. OLE color: 12832104.

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

Color convert

RGB 104 205 195 -
CMYK 0.49 0 0.05 0.20
HSL 174.06º 0.5% 0.61% -
HSV(B) 174.06º 0.49% 0.8% -
XYZ 37.39 50.55 59.42 -
YUV 173.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 104 205 195 0.49 0 0.05 0.20 174.06 0.5 0.61
Hex 68 CD C3 31 0 5 14 AE 32 3D
Octal 150 315 303 61 0 5 24 256 62 75
Binary 1101000 11001101 11000011 110001 0 101 10100 10101110 110010 111101

Color Harmonies of #68CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDC3

Black with #68CDC3

Text Example


Text Example

White with #68CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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