Html Css Color HEX #65A589 Acapulco

📋 copy color: '#65A589'

red 101 ◦ green 165 ◦ blue 137

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

Shades of Acapulco #65A589

Tints of Acapulco #65A589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 137 (53.91% from 255) = 34%

R = 25.06%
G = 40.94%
B = 34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#65A589 (or 0x65A589) is known color: Acapulco. HEX triplet: 65, A5 and 89. RGB value is (101,165,137). Sum of RGB (Red+Green+Blue) = 101+165+137=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #65A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A589 is #9A5A76. Grayscale: #8E8E8E. Windows color (decimal): -10115703 or 9020773. OLE color: 9020773.

HSL color Cylindrical-coordinate representation of color #65A589: hue angle of 153.75º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A589 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 165 137 -
CMYK 0.39 0 0.17 0.35
HSL 153.75º 0.26% 0.52% -
HSV(B) 153.75º 0.39% 0.65% -
XYZ 23.34 31.48 28.51 -
YUV 142.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 101 165 137 0.39 0 0.17 0.35 153.75 0.26 0.52
Hex 65 A5 89 27 0 11 23 9A 1A 34
Octal 145 245 211 47 0 21 43 232 32 64
Binary 1100101 10100101 10001001 100111 0 10001 100011 10011010 11010 110100

Color Harmonies of #65A589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A589

Black with #65A589

Text Example


Text Example

White with #65A589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,165,137); }

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

background-color css

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

 a { background-color: rgb(101,165,137); }

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

border-color css

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

 span { border-color: rgb(101,165,137); }

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