Html Css Color HEX #68BBB2 Tradewind

📋 copy color: '#68BBB2'

red 104 ◦ green 187 ◦ blue 178

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

Shades of Tradewind #68BBB2

Tints of Tradewind #68BBB2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

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

R = 22.17%
G = 39.87%
B = 37.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#68BBB2 (or 0x68BBB2) is known color: Tradewind. HEX triplet: 68, BB and B2. RGB value is (104,187,178). Sum of RGB (Red+Green+Blue) = 104+187+178=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBB2 is #97444D. Grayscale: #A1A1A1. Windows color (decimal): -9913422 or 11713384. OLE color: 11713384.

HSL color Cylindrical-coordinate representation of color #68BBB2: hue angle of 173.49º degrees, saturation: 0.38, 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 #68BBB2 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 187 178 -
CMYK 0.44 0 0.05 0.27
HSL 173.49º 0.38% 0.57% -
HSV(B) 173.49º 0.44% 0.73% -
XYZ 31.52 41.7 48.51 -
YUV 161.16 137.5 87.23 -
System Red Green Blue C M Y K H S L
Decimal 104 187 178 0.44 0 0.05 0.27 173.49 0.38 0.57
Hex 68 BB B2 2C 0 5 1B AD 26 39
Octal 150 273 262 54 0 5 33 255 46 71
Binary 1101000 10111011 10110010 101100 0 101 11011 10101101 100110 111001

Color Harmonies of #68BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBB2

Black with #68BBB2

Text Example


Text Example

White with #68BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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