Html Css Color HEX #68BCB5 Tradewind

📋 copy color: '#68BCB5'

red 104 ◦ green 188 ◦ blue 181

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

Shades of Tradewind #68BCB5

Tints of Tradewind #68BCB5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.75%

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 21.99%
G = 39.75%
B = 38.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#68BCB5 (or 0x68BCB5) is known color: Tradewind. HEX triplet: 68, BC and B5. RGB value is (104,188,181). Sum of RGB (Red+Green+Blue) = 104+188+181=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCB5 is #97434A. Grayscale: #A2A2A2. Windows color (decimal): -9913163 or 11910248. OLE color: 11910248.

HSL color Cylindrical-coordinate representation of color #68BCB5: hue angle of 175º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCB5 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 181 -
CMYK 0.45 0 0.04 0.26
HSL 175º 0.39% 0.57% -
HSV(B) 175º 0.45% 0.74% -
XYZ 32.03 42.25 50.18 -
YUV 162.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 104 188 181 0.45 0 0.04 0.26 175 0.39 0.57
Hex 68 BC B5 2D 0 4 1A AF 27 39
Octal 150 274 265 55 0 4 32 257 47 71
Binary 1101000 10111100 10110101 101101 0 100 11010 10101111 100111 111001

Color Harmonies of #68BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCB5

Black with #68BCB5

Text Example


Text Example

White with #68BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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