Html Css Color HEX #68BCB2 Tradewind

📋 copy color: '#68BCB2'

red 104 ◦ green 188 ◦ blue 178

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

Shades of Tradewind #68BCB2

Tints of Tradewind #68BCB2

RGB

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

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

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

R = 22.13%
G = 40%
B = 37.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#68BCB2 (or 0x68BCB2) is known color: Tradewind. HEX triplet: 68, BC and B2. RGB value is (104,188,178). Sum of RGB (Red+Green+Blue) = 104+188+178=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCB2 is #97434D. Grayscale: #A1A1A1. Windows color (decimal): -9913166 or 11713640. OLE color: 11713640.

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

Color convert

RGB 104 188 178 -
CMYK 0.45 0 0.05 0.26
HSL 172.86º 0.39% 0.57% -
HSV(B) 172.86º 0.45% 0.74% -
XYZ 31.73 42.12 48.58 -
YUV 161.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 104 188 178 0.45 0 0.05 0.26 172.86 0.39 0.57
Hex 68 BC B2 2D 0 5 1A AD 27 39
Octal 150 274 262 55 0 5 32 255 47 71
Binary 1101000 10111100 10110010 101101 0 101 11010 10101101 100111 111001

Color Harmonies of #68BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCB2

Black with #68BCB2

Text Example


Text Example

White with #68BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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