Html Css Color HEX #68C5BB Downy

📋 copy color: '#68C5BB'

red 104 ◦ green 197 ◦ blue 187

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

Shades of Downy #68C5BB

Tints of Downy #68C5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 21.31%
G = 40.37%
B = 38.32%

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

#68C5BB (or 0x68C5BB) is known color: Downy. HEX triplet: 68, C5 and BB. RGB value is (104,197,187). Sum of RGB (Red+Green+Blue) = 104+197+187=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5BB is #973A44. Grayscale: #A7A7A7. Windows color (decimal): -9910853 or 12305768. OLE color: 12305768.

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

Color convert

RGB 104 197 187 -
CMYK 0.47 0 0.05 0.23
HSL 173.55º 0.44% 0.59% -
HSV(B) 173.55º 0.47% 0.77% -
XYZ 34.64 46.46 54.16 -
YUV 168.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 104 197 187 0.47 0 0.05 0.23 173.55 0.44 0.59
Hex 68 C5 BB 2F 0 5 17 AE 2C 3B
Octal 150 305 273 57 0 5 27 256 54 73
Binary 1101000 11000101 10111011 101111 0 101 10111 10101110 101100 111011

Color Harmonies of #68C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5BB

Black with #68C5BB

Text Example


Text Example

White with #68C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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