Html Css Color HEX #64BBB1 Tradewind

📋 copy color: '#64BBB1'

red 100 ◦ green 187 ◦ blue 177

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

Shades of Tradewind #64BBB1

Tints of Tradewind #64BBB1

RGB

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

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

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

R = 21.55%
G = 40.3%
B = 38.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#64BBB1 (or 0x64BBB1) is known color: Tradewind. HEX triplet: 64, BB and B1. RGB value is (100,187,177). Sum of RGB (Red+Green+Blue) = 100+187+177=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #64BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BBB1 is #9B444E. Grayscale: #9F9F9F. Windows color (decimal): -10175567 or 11647844. OLE color: 11647844.

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

Color convert

RGB 100 187 177 -
CMYK 0.47 0 0.05 0.27
HSL 173.1º 0.39% 0.56% -
HSV(B) 173.1º 0.47% 0.73% -
XYZ 30.96 41.42 47.96 -
YUV 159.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 100 187 177 0.47 0 0.05 0.27 173.1 0.39 0.56
Hex 64 BB B1 2F 0 5 1B AD 27 38
Octal 144 273 261 57 0 5 33 255 47 70
Binary 1100100 10111011 10110001 101111 0 101 11011 10101101 100111 111000

Color Harmonies of #64BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BBB1

Black with #64BBB1

Text Example


Text Example

White with #64BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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