Html Css Color HEX #68C5BC Downy

📋 copy color: '#68C5BC'

red 104 ◦ green 197 ◦ blue 188

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

Shades of Downy #68C5BC

Tints of Downy #68C5BC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 21.27%
G = 40.29%
B = 38.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#68C5BC (or 0x68C5BC) is known color: Downy. HEX triplet: 68, C5 and BC. RGB value is (104,197,188). Sum of RGB (Red+Green+Blue) = 104+197+188=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5BC is #973A43. Grayscale: #A8A8A8. Windows color (decimal): -9910852 or 12371304. OLE color: 12371304.

HSL color Cylindrical-coordinate representation of color #68C5BC: hue angle of 174.19º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5BC is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 197 188 -
CMYK 0.47 0 0.05 0.23
HSL 174.19º 0.44% 0.59% -
HSV(B) 174.19º 0.47% 0.77% -
XYZ 34.75 46.51 54.72 -
YUV 168.17 139.19 82.23 -
System Red Green Blue C M Y K H S L
Decimal 104 197 188 0.47 0 0.05 0.23 174.19 0.44 0.59
Hex 68 C5 BC 2F 0 5 17 AE 2C 3B
Octal 150 305 274 57 0 5 27 256 54 73
Binary 1101000 11000101 10111100 101111 0 101 10111 10101110 101100 111011

Color Harmonies of #68C5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5BC

Black with #68C5BC

Text Example


Text Example

White with #68C5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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