Html Css Color HEX #66BBB1 Tradewind

📋 copy color: '#66BBB1'

red 102 ◦ green 187 ◦ blue 177

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

Shades of Tradewind #66BBB1

Tints of Tradewind #66BBB1

RGB

 RED value IS 102 (40.23% from 255) = 21.89%

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

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

R = 21.89%
G = 40.13%
B = 37.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#66BBB1 (or 0x66BBB1) is known color: Tradewind. HEX triplet: 66, BB and B1. RGB value is (102,187,177). Sum of RGB (Red+Green+Blue) = 102+187+177=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBB1 is #99444E. Grayscale: #A0A0A0. Windows color (decimal): -10044495 or 11647846. OLE color: 11647846.

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

Color convert

RGB 102 187 177 -
CMYK 0.45 0 0.05 0.27
HSL 172.94º 0.38% 0.57% -
HSV(B) 172.94º 0.45% 0.73% -
XYZ 31.19 41.54 47.97 -
YUV 160.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 102 187 177 0.45 0 0.05 0.27 172.94 0.38 0.57
Hex 66 BB B1 2D 0 5 1B AD 26 39
Octal 146 273 261 55 0 5 33 255 46 71
Binary 1100110 10111011 10110001 101101 0 101 11011 10101101 100110 111001

Color Harmonies of #66BBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBB1

Black with #66BBB1

Text Example


Text Example

White with #66BBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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