Html Css Color HEX #64BAB0 Tradewind

📋 copy color: '#64BAB0'

red 100 ◦ green 186 ◦ blue 176

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

Shades of Tradewind #64BAB0

Tints of Tradewind #64BAB0

RGB

 RED value IS 100 (39.45% from 255) = 21.65%

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 176 (69.14% from 255) = 38.1%

R = 21.65%
G = 40.26%
B = 38.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#64BAB0 (or 0x64BAB0) is known color: Tradewind. HEX triplet: 64, BA and B0. RGB value is (100,186,176). Sum of RGB (Red+Green+Blue) = 100+186+176=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BAB0 is #9B454F. Grayscale: #9F9F9F. Windows color (decimal): -10175824 or 11582052. OLE color: 11582052.

HSL color Cylindrical-coordinate representation of color #64BAB0: hue angle of 173.02º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BAB0 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 176 -
CMYK 0.46 0 0.05 0.27
HSL 173.02º 0.38% 0.56% -
HSV(B) 173.02º 0.46% 0.73% -
XYZ 30.65 40.96 47.37 -
YUV 159.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 100 186 176 0.46 0 0.05 0.27 173.02 0.38 0.56
Hex 64 BA B0 2E 0 5 1B AD 26 38
Octal 144 272 260 56 0 5 33 255 46 70
Binary 1100100 10111010 10110000 101110 0 101 11011 10101101 100110 111000

Color Harmonies of #64BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BAB0

Black with #64BAB0

Text Example


Text Example

White with #64BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64BAB0; }

 p { color: rgb(100,186,176); }

 H1.HeaderClassName
 {
   color: #64BAB0;
 }
 .AnyTagClassName
 {
   color: #64BAB0;
 }
</style>

background-color css

<style>
 a { background-color: #64BAB0; }

 a { background-color: rgb(100,186,176); }

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

border-color css

<style>
 span { border-color: #64BAB0; }

 span { border-color: rgb(100,186,176); }

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