Html Css Color HEX #64BDB3 Tradewind

📋 copy color: '#64BDB3'

red 100 ◦ green 189 ◦ blue 179

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

Shades of Tradewind #64BDB3

Tints of Tradewind #64BDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 21.37%
G = 40.38%
B = 38.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#64BDB3 (or 0x64BDB3) is known color: Tradewind. HEX triplet: 64, BD and B3. RGB value is (100,189,179). Sum of RGB (Red+Green+Blue) = 100+189+179=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #64BDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDB3 is #9B424C. Grayscale: #A1A1A1. Windows color (decimal): -10175053 or 11779428. OLE color: 11779428.

HSL color Cylindrical-coordinate representation of color #64BDB3: hue angle of 173.26º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BDB3 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 189 179 -
CMYK 0.47 0 0.05 0.26
HSL 173.26º 0.4% 0.57% -
HSV(B) 173.26º 0.47% 0.74% -
XYZ 31.59 42.36 49.16 -
YUV 161.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 100 189 179 0.47 0 0.05 0.26 173.26 0.4 0.57
Hex 64 BD B3 2F 0 5 1A AD 28 39
Octal 144 275 263 57 0 5 32 255 50 71
Binary 1100100 10111101 10110011 101111 0 101 11010 10101101 101000 111001

Color Harmonies of #64BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BDB3

Black with #64BDB3

Text Example


Text Example

White with #64BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,189,179); }

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

background-color css

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

 a { background-color: rgb(100,189,179); }

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

border-color css

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

 span { border-color: rgb(100,189,179); }

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