Html Css Color HEX #68B8AF Tradewind

📋 copy color: '#68B8AF'

red 104 ◦ green 184 ◦ blue 175

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

Shades of Tradewind #68B8AF

Tints of Tradewind #68B8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

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

R = 22.46%
G = 39.74%
B = 37.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#68B8AF (or 0x68B8AF) is known color: Tradewind. HEX triplet: 68, B8 and AF. RGB value is (104,184,175). Sum of RGB (Red+Green+Blue) = 104+184+175=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #68B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B8AF is #974750. Grayscale: #9F9F9F. Windows color (decimal): -9914193 or 11516008. OLE color: 11516008.

HSL color Cylindrical-coordinate representation of color #68B8AF: hue angle of 173.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B8AF is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 184 175 -
CMYK 0.43 0 0.05 0.28
HSL 173.25º 0.36% 0.56% -
HSV(B) 173.25º 0.43% 0.72% -
XYZ 30.59 40.32 46.73 -
YUV 159.05 137 88.73 -
System Red Green Blue C M Y K H S L
Decimal 104 184 175 0.43 0 0.05 0.28 173.25 0.36 0.56
Hex 68 B8 AF 2B 0 5 1C AD 24 38
Octal 150 270 257 53 0 5 34 255 44 70
Binary 1101000 10111000 10101111 101011 0 101 11100 10101101 100100 111000

Color Harmonies of #68B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B8AF

Black with #68B8AF

Text Example


Text Example

White with #68B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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