Html Css Color HEX #65BCB0 Tradewind

📋 copy color: '#65BCB0'

red 101 ◦ green 188 ◦ blue 176

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

Shades of Tradewind #65BCB0

Tints of Tradewind #65BCB0

RGB

 RED value IS 101 (39.84% from 255) = 21.72%

 GREEN value IS 188 (73.83% from 255) = 40.43%

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

R = 21.72%
G = 40.43%
B = 37.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#65BCB0 (or 0x65BCB0) is known color: Tradewind. HEX triplet: 65, BC and B0. RGB value is (101,188,176). Sum of RGB (Red+Green+Blue) = 101+188+176=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCB0 is #9A434F. Grayscale: #A0A0A0. Windows color (decimal): -10109776 or 11582565. OLE color: 11582565.

HSL color Cylindrical-coordinate representation of color #65BCB0: hue angle of 171.72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BCB0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 188 176 -
CMYK 0.46 0 0.06 0.26
HSL 171.72º 0.39% 0.57% -
HSV(B) 171.72º 0.46% 0.74% -
XYZ 31.19 41.87 47.51 -
YUV 160.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 101 188 176 0.46 0 0.06 0.26 171.72 0.39 0.57
Hex 65 BC B0 2E 0 6 1A AC 27 39
Octal 145 274 260 56 0 6 32 254 47 71
Binary 1100101 10111100 10110000 101110 0 110 11010 10101100 100111 111001

Color Harmonies of #65BCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCB0

Black with #65BCB0

Text Example


Text Example

White with #65BCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65BCB0; }

 p { color: rgb(101,188,176); }

 H1.HeaderClassName
 {
   color: #65BCB0;
 }
 .AnyTagClassName
 {
   color: #65BCB0;
 }
</style>

background-color css

<style>
 a { background-color: #65BCB0; }

 a { background-color: rgb(101,188,176); }

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

border-color css

<style>
 span { border-color: #65BCB0; }

 span { border-color: rgb(101,188,176); }

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