Html Css Color HEX #68BCB3 Tradewind

📋 copy color: '#68BCB3'

red 104 ◦ green 188 ◦ blue 179

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

Shades of Tradewind #68BCB3

Tints of Tradewind #68BCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 22.08%
G = 39.92%
B = 38%

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

#68BCB3 (or 0x68BCB3) is known color: Tradewind. HEX triplet: 68, BC and B3. RGB value is (104,188,179). Sum of RGB (Red+Green+Blue) = 104+188+179=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCB3 is #97434C. Grayscale: #A1A1A1. Windows color (decimal): -9913165 or 11779176. OLE color: 11779176.

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

Color convert

RGB 104 188 179 -
CMYK 0.45 0 0.05 0.26
HSL 173.57º 0.39% 0.57% -
HSV(B) 173.57º 0.45% 0.74% -
XYZ 31.83 42.16 49.11 -
YUV 161.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 104 188 179 0.45 0 0.05 0.26 173.57 0.39 0.57
Hex 68 BC B3 2D 0 5 1A AE 27 39
Octal 150 274 263 55 0 5 32 256 47 71
Binary 1101000 10111100 10110011 101101 0 101 11010 10101110 100111 111001

Color Harmonies of #68BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCB3

Black with #68BCB3

Text Example


Text Example

White with #68BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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