Html Css Color HEX #65BEB1 Tradewind

📋 copy color: '#65BEB1'

red 101 ◦ green 190 ◦ blue 177

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

Shades of Tradewind #65BEB1

Tints of Tradewind #65BEB1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

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

R = 21.58%
G = 40.6%
B = 37.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#65BEB1 (or 0x65BEB1) is known color: Tradewind. HEX triplet: 65, BE and B1. RGB value is (101,190,177). Sum of RGB (Red+Green+Blue) = 101+190+177=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BEB1 is #9A414E. Grayscale: #A1A1A1. Windows color (decimal): -10109263 or 11648613. OLE color: 11648613.

HSL color Cylindrical-coordinate representation of color #65BEB1: hue angle of 171.24º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BEB1 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 190 177 -
CMYK 0.47 0 0.07 0.25
HSL 171.24º 0.41% 0.57% -
HSV(B) 171.24º 0.47% 0.75% -
XYZ 31.72 42.77 48.18 -
YUV 161.91 136.51 84.56 -
System Red Green Blue C M Y K H S L
Decimal 101 190 177 0.47 0 0.07 0.25 171.24 0.41 0.57
Hex 65 BE B1 2F 0 7 19 AB 29 39
Octal 145 276 261 57 0 7 31 253 51 71
Binary 1100101 10111110 10110001 101111 0 111 11001 10101011 101001 111001

Color Harmonies of #65BEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BEB1

Black with #65BEB1

Text Example


Text Example

White with #65BEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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