Html Css Color HEX #68CEC5 Downy

📋 copy color: '#68CEC5'

red 104 ◦ green 206 ◦ blue 197

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

Shades of Downy #68CEC5

Tints of Downy #68CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.63%

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 20.51%
G = 40.63%
B = 38.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#68CEC5 (or 0x68CEC5) is known color: Downy. HEX triplet: 68, CE and C5. RGB value is (104,206,197). Sum of RGB (Red+Green+Blue) = 104+206+197=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEC5 is #97313A. Grayscale: #AEAEAE. Windows color (decimal): -9908539 or 12963432. OLE color: 12963432.

HSL color Cylindrical-coordinate representation of color #68CEC5: hue angle of 174.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEC5 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 197 -
CMYK 0.50 0 0.04 0.19
HSL 174.71º 0.51% 0.61% -
HSV(B) 174.71º 0.5% 0.81% -
XYZ 37.86 51.12 60.69 -
YUV 174.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 104 206 197 0.50 0 0.04 0.19 174.71 0.51 0.61
Hex 68 CE C5 32 0 4 13 AF 33 3D
Octal 150 316 305 62 0 4 23 257 63 75
Binary 1101000 11001110 11000101 110010 0 100 10011 10101111 110011 111101

Color Harmonies of #68CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEC5

Black with #68CEC5

Text Example


Text Example

White with #68CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,206,197); }

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

background-color css

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

 a { background-color: rgb(104,206,197); }

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

border-color css

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

 span { border-color: rgb(104,206,197); }

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