Html Css Color HEX #66BBB0 Tradewind

📋 copy color: '#66BBB0'

red 102 ◦ green 187 ◦ blue 176

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

Shades of Tradewind #66BBB0

Tints of Tradewind #66BBB0

RGB

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

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

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

R = 21.94%
G = 40.22%
B = 37.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#66BBB0 (or 0x66BBB0) is known color: Tradewind. HEX triplet: 66, BB and B0. RGB value is (102,187,176). Sum of RGB (Red+Green+Blue) = 102+187+176=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBB0 is #99444F. Grayscale: #A0A0A0. Windows color (decimal): -10044496 or 11582310. OLE color: 11582310.

HSL color Cylindrical-coordinate representation of color #66BBB0: hue angle of 172.24º 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 #66BBB0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 187 176 -
CMYK 0.45 0 0.06 0.27
HSL 172.24º 0.38% 0.57% -
HSV(B) 172.24º 0.45% 0.73% -
XYZ 31.09 41.5 47.45 -
YUV 160.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 102 187 176 0.45 0 0.06 0.27 172.24 0.38 0.57
Hex 66 BB B0 2D 0 6 1B AC 26 39
Octal 146 273 260 55 0 6 33 254 46 71
Binary 1100110 10111011 10110000 101101 0 110 11011 10101100 100110 111001

Color Harmonies of #66BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBB0

Black with #66BBB0

Text Example


Text Example

White with #66BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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