Html Css Color HEX #68B5B0 Tradewind

📋 copy color: '#68B5B0'

red 104 ◦ green 181 ◦ blue 176

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

Shades of Tradewind #68B5B0

Tints of Tradewind #68B5B0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 176 (69.14% from 255) = 38.18%

R = 22.56%
G = 39.26%
B = 38.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#68B5B0 (or 0x68B5B0) is known color: Tradewind. HEX triplet: 68, B5 and B0. RGB value is (104,181,176). Sum of RGB (Red+Green+Blue) = 104+181+176=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5B0 is #974A4F. Grayscale: #9D9D9D. Windows color (decimal): -9914960 or 11580776. OLE color: 11580776.

HSL color Cylindrical-coordinate representation of color #68B5B0: hue angle of 176.1º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B5B0 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 181 176 -
CMYK 0.43 0 0.03 0.29
HSL 176.1º 0.34% 0.56% -
HSV(B) 176.1º 0.43% 0.71% -
XYZ 30.07 39.13 47.04 -
YUV 157.41 138.49 89.91 -
System Red Green Blue C M Y K H S L
Decimal 104 181 176 0.43 0 0.03 0.29 176.1 0.34 0.56
Hex 68 B5 B0 2B 0 3 1D B0 22 38
Octal 150 265 260 53 0 3 35 260 42 70
Binary 1101000 10110101 10110000 101011 0 11 11101 10110000 100010 111000

Color Harmonies of #68B5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5B0

Black with #68B5B0

Text Example


Text Example

White with #68B5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,181,176); }

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

background-color css

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

 a { background-color: rgb(104,181,176); }

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

border-color css

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

 span { border-color: rgb(104,181,176); }

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