Html Css Color HEX #68B9B2 Tradewind

📋 copy color: '#68B9B2'

red 104 ◦ green 185 ◦ blue 178

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

Shades of Tradewind #68B9B2

Tints of Tradewind #68B9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 22.27%
G = 39.61%
B = 38.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#68B9B2 (or 0x68B9B2) is known color: Tradewind. HEX triplet: 68, B9 and B2. RGB value is (104,185,178). Sum of RGB (Red+Green+Blue) = 104+185+178=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #68B9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B9B2 is #97464D. Grayscale: #9F9F9F. Windows color (decimal): -9913934 or 11712872. OLE color: 11712872.

HSL color Cylindrical-coordinate representation of color #68B9B2: hue angle of 174.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B9B2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 185 178 -
CMYK 0.44 0 0.04 0.27
HSL 174.81º 0.37% 0.57% -
HSV(B) 174.81º 0.44% 0.73% -
XYZ 31.09 40.86 48.37 -
YUV 159.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 104 185 178 0.44 0 0.04 0.27 174.81 0.37 0.57
Hex 68 B9 B2 2C 0 4 1B AF 25 39
Octal 150 271 262 54 0 4 33 257 45 71
Binary 1101000 10111001 10110010 101100 0 100 11011 10101111 100101 111001

Color Harmonies of #68B9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B9B2

Black with #68B9B2

Text Example


Text Example

White with #68B9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,185,178); }

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

background-color css

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

 a { background-color: rgb(104,185,178); }

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

border-color css

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

 span { border-color: rgb(104,185,178); }

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