Html Css Color HEX #65BEB3 Tradewind

📋 copy color: '#65BEB3'

red 101 ◦ green 190 ◦ blue 179

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

Shades of Tradewind #65BEB3

Tints of Tradewind #65BEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.09%

R = 21.49%
G = 40.43%
B = 38.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#65BEB3 (or 0x65BEB3) is known color: Tradewind. HEX triplet: 65, BE and B3. RGB value is (101,190,179). Sum of RGB (Red+Green+Blue) = 101+190+179=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEB3 is #9A414C. Grayscale: #A2A2A2. Windows color (decimal): -10109261 or 11779685. OLE color: 11779685.

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

Color convert

RGB 101 190 179 -
CMYK 0.47 0 0.06 0.25
HSL 172.58º 0.41% 0.57% -
HSV(B) 172.58º 0.47% 0.75% -
XYZ 31.92 42.85 49.24 -
YUV 162.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 101 190 179 0.47 0 0.06 0.25 172.58 0.41 0.57
Hex 65 BE B3 2F 0 6 19 AD 29 39
Octal 145 276 263 57 0 6 31 255 51 71
Binary 1100101 10111110 10110011 101111 0 110 11001 10101101 101001 111001

Color Harmonies of #65BEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BEB3

Black with #65BEB3

Text Example


Text Example

White with #65BEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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