Html Css Color HEX #68CEC4 Downy

📋 copy color: '#68CEC4'

red 104 ◦ green 206 ◦ blue 196

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

Shades of Downy #68CEC4

Tints of Downy #68CEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 20.55%
G = 40.71%
B = 38.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#68CEC4 (or 0x68CEC4) is known color: Downy. HEX triplet: 68, CE and C4. RGB value is (104,206,196). Sum of RGB (Red+Green+Blue) = 104+206+196=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEC4 is #97313B. Grayscale: #AEAEAE. Windows color (decimal): -9908540 or 12897896. OLE color: 12897896.

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

Color convert

RGB 104 206 196 -
CMYK 0.50 0 0.05 0.19
HSL 174.12º 0.51% 0.61% -
HSV(B) 174.12º 0.5% 0.81% -
XYZ 37.74 51.07 60.09 -
YUV 174.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 104 206 196 0.50 0 0.05 0.19 174.12 0.51 0.61
Hex 68 CE C4 32 0 5 13 AE 33 3D
Octal 150 316 304 62 0 5 23 256 63 75
Binary 1101000 11001110 11000100 110010 0 101 10011 10101110 110011 111101

Color Harmonies of #68CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEC4

Black with #68CEC4

Text Example


Text Example

White with #68CEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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