Html Css Color HEX #68B4AF Tradewind

📋 copy color: '#68B4AF'

red 104 ◦ green 180 ◦ blue 175

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

Shades of Tradewind #68B4AF

Tints of Tradewind #68B4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 22.66%
G = 39.22%
B = 38.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#68B4AF (or 0x68B4AF) is known color: Tradewind. HEX triplet: 68, B4 and AF. RGB value is (104,180,175). Sum of RGB (Red+Green+Blue) = 104+180+175=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4AF is #974B50. Grayscale: #9C9C9C. Windows color (decimal): -9915217 or 11514984. OLE color: 11514984.

HSL color Cylindrical-coordinate representation of color #68B4AF: hue angle of 176.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B4AF is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 180 175 -
CMYK 0.42 0 0.03 0.29
HSL 176.05º 0.34% 0.56% -
HSV(B) 176.05º 0.42% 0.71% -
XYZ 29.77 38.68 46.45 -
YUV 156.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 104 180 175 0.42 0 0.03 0.29 176.05 0.34 0.56
Hex 68 B4 AF 2A 0 3 1D B0 22 38
Octal 150 264 257 52 0 3 35 260 42 70
Binary 1101000 10110100 10101111 101010 0 11 11101 10110000 100010 111000

Color Harmonies of #68B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B4AF

Black with #68B4AF

Text Example


Text Example

White with #68B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,180,175); }

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

background-color css

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

 a { background-color: rgb(104,180,175); }

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

border-color css

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

 span { border-color: rgb(104,180,175); }

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