Html Css Color HEX #68C8BE Downy

📋 copy color: '#68C8BE'

red 104 ◦ green 200 ◦ blue 190

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

Shades of Downy #68C8BE

Tints of Downy #68C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

 BLUE value IS 190 (74.61% from 255) = 38.46%

R = 21.05%
G = 40.49%
B = 38.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#68C8BE (or 0x68C8BE) is known color: Downy. HEX triplet: 68, C8 and BE. RGB value is (104,200,190). Sum of RGB (Red+Green+Blue) = 104+200+190=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C8BE is #973741. Grayscale: #AAAAAA. Windows color (decimal): -9910082 or 12503144. OLE color: 12503144.

HSL color Cylindrical-coordinate representation of color #68C8BE: hue angle of 173.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8BE is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 200 190 -
CMYK 0.48 0 0.05 0.22
HSL 173.75º 0.47% 0.6% -
HSV(B) 173.75º 0.48% 0.78% -
XYZ 35.66 47.97 56.09 -
YUV 170.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 104 200 190 0.48 0 0.05 0.22 173.75 0.47 0.6
Hex 68 C8 BE 30 0 5 16 AE 2F 3C
Octal 150 310 276 60 0 5 26 256 57 74
Binary 1101000 11001000 10111110 110000 0 101 10110 10101110 101111 111100

Color Harmonies of #68C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C8BE

Black with #68C8BE

Text Example


Text Example

White with #68C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,200,190); }

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

background-color css

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

 a { background-color: rgb(104,200,190); }

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

border-color css

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

 span { border-color: rgb(104,200,190); }

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