Html Css Color HEX #65AC9B Keppel

📋 copy color: '#65AC9B'

red 101 ◦ green 172 ◦ blue 155

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

Shades of Keppel #65AC9B

Tints of Keppel #65AC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 23.6%
G = 40.19%
B = 36.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#65AC9B (or 0x65AC9B) is known color: Keppel. HEX triplet: 65, AC and 9B. RGB value is (101,172,155). Sum of RGB (Red+Green+Blue) = 101+172+155=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AC9B is #9A5364. Grayscale: #949494. Windows color (decimal): -10113893 or 10202213. OLE color: 10202213.

HSL color Cylindrical-coordinate representation of color #65AC9B: hue angle of 165.63º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AC9B is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 172 155 -
CMYK 0.41 0 0.10 0.33
HSL 165.63º 0.3% 0.54% -
HSV(B) 165.63º 0.41% 0.67% -
XYZ 26.04 34.64 36.32 -
YUV 148.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 101 172 155 0.41 0 0.10 0.33 165.63 0.3 0.54
Hex 65 AC 9B 29 0 A 21 A6 1E 36
Octal 145 254 233 51 0 12 41 246 36 66
Binary 1100101 10101100 10011011 101001 0 1010 100001 10100110 11110 110110

Color Harmonies of #65AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AC9B

Black with #65AC9B

Text Example


Text Example

White with #65AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,172,155); }

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

background-color css

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

 a { background-color: rgb(101,172,155); }

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

border-color css

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

 span { border-color: rgb(101,172,155); }

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