Html Css Color HEX #68BBB1 Tradewind

📋 copy color: '#68BBB1'

red 104 ◦ green 187 ◦ blue 177

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

Shades of Tradewind #68BBB1

Tints of Tradewind #68BBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 22.22%
G = 39.96%
B = 37.82%

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

#68BBB1 (or 0x68BBB1) is known color: Tradewind. HEX triplet: 68, BB and B1. RGB value is (104,187,177). Sum of RGB (Red+Green+Blue) = 104+187+177=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBB1 is #97444E. Grayscale: #A1A1A1. Windows color (decimal): -9913423 or 11647848. OLE color: 11647848.

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

Color convert

RGB 104 187 177 -
CMYK 0.44 0 0.05 0.27
HSL 172.77º 0.38% 0.57% -
HSV(B) 172.77º 0.44% 0.73% -
XYZ 31.42 41.66 47.98 -
YUV 161.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 104 187 177 0.44 0 0.05 0.27 172.77 0.38 0.57
Hex 68 BB B1 2C 0 5 1B AD 26 39
Octal 150 273 261 54 0 5 33 255 46 71
Binary 1101000 10111011 10110001 101100 0 101 11011 10101101 100110 111001

Color Harmonies of #68BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBB1

Black with #68BBB1

Text Example


Text Example

White with #68BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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