Html Css Color HEX #65BCB1 Tradewind

📋 copy color: '#65BCB1'

red 101 ◦ green 188 ◦ blue 177

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

Shades of Tradewind #65BCB1

Tints of Tradewind #65BCB1

RGB

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

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

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

R = 21.67%
G = 40.34%
B = 37.98%

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

#65BCB1 (or 0x65BCB1) is known color: Tradewind. HEX triplet: 65, BC and B1. RGB value is (101,188,177). Sum of RGB (Red+Green+Blue) = 101+188+177=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCB1 is #9A434E. Grayscale: #A0A0A0. Windows color (decimal): -10109775 or 11648101. OLE color: 11648101.

HSL color Cylindrical-coordinate representation of color #65BCB1: hue angle of 172.41º 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 #65BCB1 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 188 177 -
CMYK 0.46 0 0.06 0.26
HSL 172.41º 0.39% 0.57% -
HSV(B) 172.41º 0.46% 0.74% -
XYZ 31.29 41.91 48.03 -
YUV 160.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 101 188 177 0.46 0 0.06 0.26 172.41 0.39 0.57
Hex 65 BC B1 2E 0 6 1A AC 27 39
Octal 145 274 261 56 0 6 32 254 47 71
Binary 1100101 10111100 10110001 101110 0 110 11010 10101100 100111 111001

Color Harmonies of #65BCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCB1

Black with #65BCB1

Text Example


Text Example

White with #65BCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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